1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 09:17:58 +01:00
PHP-Parser/test/code/parser/expr
2020-02-22 21:09:03 +01:00
..
fetchAndCall Check that ::class on object works 2020-02-22 20:42:11 +01:00
uvs Support arbitrary expressions in new/instanceof 2020-02-22 21:09:03 +01:00
arrayDef.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
arrayDestructuring.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +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
assign.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
assignNewByRef.test Perform automated test update 2017-01-19 22:25:22 +01:00
cast.test Perform automated test update 2017-01-19 22:25:22 +01:00
clone.test Perform automated test update 2017-01-19 22:25:22 +01:00
closure.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
comparison.test Perform automated test update 2017-01-19 22:25:22 +01:00
constant_expr.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
errorSuppress.test Perform automated test update 2017-01-19 22:25:22 +01:00
exit.test Perform automated test update 2017-01-19 22:25:22 +01:00
exprInIsset.test Allow expressions in isset() 2020-02-19 21:14:33 +01:00
exprInList.test Allow expressions in list() 2020-02-19 21:29:17 +01:00
includeAndEval.test Fix a typo in NodeDumper for REQUIRE_ONCE (#367) 2017-03-17 11:35:48 +01:00
issetAndEmpty.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
listReferences.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
listWithKeys.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
logic.test Perform automated test update 2017-01-19 22:25:22 +01:00
math.test Perform automated test update 2017-01-19 22:25:22 +01:00
new.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
newWithoutClass.test Perform automated test update 2017-01-19 22:25:22 +01:00
print.test Perform automated test update 2017-01-19 22:25:22 +01:00
shellExec.test Perform automated test update 2017-01-19 22:25:22 +01:00
ternaryAndCoalesce.test Perform automated test update 2017-01-19 22:25:22 +01:00
trailingCommas.test PHP 7.3: Add support for trailing commas in calls 2018-03-10 16:41:20 +01:00
variable.test Perform automated test update 2017-01-19 22:25:22 +01:00