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
2017-04-24 22:32:40 +02:00
..
AssignOp
BinaryOp
Cast
Array_.php Add kind attribute for arrays 2016-03-09 21:31:54 +01:00
ArrayDimFetch.php Fixed method name casing (#336) 2017-01-14 12:01:25 +01: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 Pretty print: Handle Error in ClassConstFetch 2017-02-03 21:53:02 +01:00
Clone_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Closure.php Use null-coalesce operator 2017-04-24 22:32:40 +02:00
ClosureUse.php Adjust code for constitent var mode 2017-01-19 23:32:49 +01: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