php-parser/test/code/prettyPrinter/expr
2020-08-09 12:08:05 +02:00
..
anonymousClass.test
arrayDestructuring.test
arraySpread.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
arrow_function.test [PHP 7.4] Add support for arrow functions (#602) 2019-05-09 14:17:28 +02:00
call.test
closure.test Add constructor promotion support 2020-06-27 17:57:47 +02:00
constant_deref.test
docStrings.test
include.test
intrinsics.test
list.test
literals.test
match.test [PHP 8.0] Add match expressions (#672) 2020-07-15 21:40:05 +02:00
nullsafe.test Add support for nullsafe operator 2020-08-09 12:08:05 +02:00
numbers.test
operators.test Add support for ??= operator 2019-02-09 11:16:26 +01:00
parentheses.test Handle +(++$x) and -(--$x) as well 2018-01-25 22:27:37 +01:00
shortArraySyntax.test
stringEscaping.test
uvs.test
variables.test
yield.test