php-parser/lib/PhpParser/Node/Expr
Nikita Popov d9911c8da5 Merge branch '3.x'
Conflicts:
	lib/PhpParser/Node/Expr/ClassConstFetch.php
	test/PhpParser/PrettyPrinterTest.php
2017-02-03 21:54:48 +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 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 Update doc comments to be more specific 2017-01-19 22:49:18 +01: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