1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00
PHP-Parser/lib/PhpParser/Node/Expr
Nikita Popov 8982315b4e Rename Cast\Object as well
As it will very likely be soft-reserved in PHP 7.

Old alias is still available, as usual.
2015-03-21 18:57:55 +01:00
..
AssignOp Add support for pow operator (PHP 5.6) 2014-03-26 19:18:16 +01:00
BinaryOp Add support for spaceship operator (<=>) [PHP 7] 2015-03-12 23:13:31 +01:00
Cast Rename Cast\Object as well 2015-03-21 18:57:55 +01:00
Array_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ArrayDimFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ArrayItem.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Assign.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
AssignOp.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
AssignRef.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
BinaryOp.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
BitwiseNot.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
BooleanNot.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Cast.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ClassConstFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Clone_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Closure.php Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
ClosureUse.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ConstFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Empty_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ErrorSuppress.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Eval_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Exit_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
FuncCall.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Include_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Instanceof_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Isset_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
List_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
MethodCall.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
New_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PostDec.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PostInc.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PreDec.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PreInc.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Print_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PropertyFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ShellExec.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
StaticCall.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
StaticPropertyFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Ternary.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
UnaryMinus.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
UnaryPlus.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Variable.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Yield_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00