php-parser/test/code/parser/expr/uvs
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
..
constDeref.test Treat magic constants like normal constants 2020-02-22 21:06:03 +01:00
globalNonSimpleVarError.test Merge branch '3.x' 2017-02-09 20:38:33 +01:00
indirectCall.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
isset.test [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
misc.test Add named argument support 2020-08-09 17:37:44 +02:00
new.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
newInstanceofExpr.test Add named argument support 2020-08-09 17:37:44 +02:00
staticProperty.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00