1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-05 20:48:28 +01:00
PHP-Parser/test/code/prettyPrinter/expr
Nikita Popov aa199120c7 Add kind attribute for arrays
To distinguish array() and [] syntax. The pretty printer respects
this attribute. The shortArraySyntax pretty printer option acts as
a default in case the attribute is not specified.
2016-03-09 21:31:54 +01:00
..
anonymousClass.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
call.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
closure.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
constant_deref.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
include.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
intrinsics.test Add "kind" attribute to Stmt\Exit_ 2016-03-09 20:20:36 +01:00
list.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
literals.test Add "kind" attribute to LNumbers 2016-03-09 21:10:55 +01:00
numbers.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
operators.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
parentheses.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
shortArraySyntax.test Add kind attribute for arrays 2016-03-09 21:31:54 +01:00
uvs.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
variables.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
yield.test Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00