php-parser/test/code/parser/expr
Tomas Votruba 4c22c62783
[PHP 8.0] Add attributes support (#661)
Adds support for PHP 8 attributes, represented using `AttrGroup` nodes
containing `Attribute` nodes. The `attrGroup` subnode is added to all
nodes that can have attributes.

This is still missing FPPP support.

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2020-09-13 21:01:17 +02:00
..
fetchAndCall Add named argument support 2020-08-09 17:37:44 +02:00
uvs [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02: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 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
arrow_function.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +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_use_trailing_comma.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
closure.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +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
keywordsInNamespacedName.test Support visibility modifiers in namespaced names 2020-08-29 16:35:31 +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
match.test [PHP 8.0] Add match expressions (#672) 2020-07-15 21:40:05 +02:00
math.test Perform automated test update 2017-01-19 22:25:22 +01:00
new.test Add named argument support 2020-08-09 17:37:44 +02:00
newWithoutClass.test Perform automated test update 2017-01-19 22:25:22 +01:00
nullsafe.test Add named argument support 2020-08-09 17:37:44 +02: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
throw.test Add support for throw expression 2020-08-09 20:52:55 +02:00
trailingCommas.test Add named argument support 2020-08-09 17:37:44 +02:00
variable.test Perform automated test update 2017-01-19 22:25:22 +01:00