php-parser/lib/PhpParser/Parser
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
..
Multiple.php [CS] Open class brackets in new line 2018-01-13 16:03:55 +01:00
Php5.php Emulate PHP 8 attribute syntax 2020-09-06 17:42:38 +02:00
Php7.php [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
Tokens.php Emulate PHP 8 attribute syntax 2020-09-06 17:42:38 +02:00