1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/lib/PhpParser/Node/Expr
Nikita Popov e1a0ec3724 Add support for anonymous classes
Has not landed upstream yet, but syntax is unlikely to change.
2015-04-26 23:04:31 +02: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 Add support for anonymous classes 2015-04-26 23:04:31 +02: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 Add missing type hints 2015-03-28 18:14:24 +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
YieldFrom.php Add support for "yield from" 2015-04-26 11:56:02 +02:00