Added
- [8.5] Added support for
clonewith arbitrary function arguments. This will be parsed as anExpr\FuncCallnode, instead of the usualExpr\Clone_node. - [8.5] Permit declaration of
function clonefor use in stubs. - [8.5] Added support for the pipe operator, represented by
Expr\BinaryOp\Pipe. - [8.5] Added support for the
(void)cast, represented byExpr\Cast\Void_. - [8.5] Added support for the
finalmodifier on promoted properties. - Added
CallLike::getArg()to fetch an argument by position and name.