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
Nikita Popov 8505acd151 Correctly handle ?-> in encapsed strings
Followup upstream change.
2020-09-19 15:47:14 +02:00
..
anonymousClass.test
arrayDestructuring.test
arraySpread.test
arrow_function.test
call.test
closure.test
constant_deref.test
docStrings.test
include.test
intrinsics.test
list.test
literals.test
match.test
namedArgs.test Add named argument support 2020-08-09 17:37:44 +02:00
newVariable.test Add parens for new/instanceof with complex expression 2020-08-09 22:07:33 +02:00
nullsafe.test Correctly handle ?-> in encapsed strings 2020-09-19 15:47:14 +02:00
numbers.test
operators.test
parentheses.test
shortArraySyntax.test
stringEscaping.test
throw.test Add support for throw expression 2020-08-09 20:52:55 +02:00
uvs.test Wrap class const LHS in parens if necessary 2020-08-09 21:41:30 +02:00
variables.test
yield.test