php-parser/test/code/prettyPrinter/expr
Nikita Popov eff72eeffa Fix #718: PrettyPrinter breaks nested ternaries
Mark ternary as non-associative operator, as left-associative use
is deprecated in PHP 7.4 and removed in PHP 8.0.
2020-09-30 20:42:58 +02:00
..
anonymousClass.test
arrayDestructuring.test PHP 7: Short destructuring syntax 2016-07-06 23:43:23 +02:00
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 Extract pSingleQuotedString as an extension point 2017-12-01 18:31:21 +01:00
match.test [PHP 8.0] Add match expressions (#672) 2020-07-15 21:40:05 +02:00
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 Improve LNumber/DNumber pretty printing 2016-12-11 16:31:59 +01:00
operators.test Add support for ??= operator 2019-02-09 11:16:26 +01:00
parentheses.test Fix #718: PrettyPrinter breaks nested ternaries 2020-09-30 20:42:58 +02:00
shortArraySyntax.test
stringEscaping.test Escape all low control characters in strings 2016-04-19 17:45:39 +02:00
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