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
2016-12-05 13:30:29 +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 Add kind attribute for arrays 2016-03-09 21:31:54 +01:00
ArrayDimFetch.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ArrayItem.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Assign.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
AssignOp.php Remove some unecessary @property doc comments 2015-12-29 23:13:55 +11:00
AssignRef.php Remove some more unecessary @property doc comments 2015-12-29 23:15:00 +11:00
BinaryOp.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
BitwiseNot.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
BooleanNot.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Cast.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ClassConstFetch.php Cleanup imports 2016-11-23 22:58:18 +01:00
Clone_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Closure.php Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
ClosureUse.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ConstFetch.php Cleanup imports 2016-11-23 22:58:18 +01:00
Empty_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Error.php Support partial parsing of $foo-> 2016-07-25 17:03:58 +02:00
ErrorSuppress.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Eval_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Exit_.php Switch Exit kind attribute to flag 2016-04-19 14:51:05 +02:00
FuncCall.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Include_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Instanceof_.php Cleanup imports 2016-11-23 22:58:18 +01:00
Isset_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
List_.php PHP 7.1: list() with keys 2016-07-09 21:55:55 +02:00
MethodCall.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
New_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
PostDec.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
PostInc.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
PreDec.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
PreInc.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Print_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
PropertyFetch.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ShellExec.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
StaticCall.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
StaticPropertyFetch.php Cleanup imports 2016-11-23 22:58:18 +01:00
Ternary.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
UnaryMinus.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
UnaryPlus.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Variable.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Yield_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
YieldFrom.php Drop support for old Node format 2015-05-02 22:17:34 +02:00