1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/test/code/prettyPrinter/expr
2019-01-05 19:23:00 +01:00
..
anonymousClass.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
arrayDestructuring.test PHP 7: Short destructuring syntax 2016-07-06 23:43:23 +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
docStrings.test Add string kinds and doc string labels 2016-04-07 12:09:00 +09:00
include.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
intrinsics.test Add string kinds and doc string labels 2016-04-07 12:09:00 +09:00
list.test Split up pretty printer test in stmt/expr 2015-10-02 11:16:12 +02:00
literals.test Extract pSingleQuotedString as an extension point 2017-12-01 18:31:21 +01:00
numbers.test Improve LNumber/DNumber pretty printing 2016-12-11 16:31:59 +01:00
operators.test add float/double/real KIND support to Cast\Double node 2019-01-05 19:23:00 +01:00
parentheses.test Handle +(++$x) and -(--$x) as well 2018-01-25 22:27:37 +01:00
shortArraySyntax.test Add kind attribute for arrays 2016-03-09 21:31:54 +01:00
stringEscaping.test Escape all low control characters in strings 2016-04-19 17:45:39 +02: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