php-parser/lib/PhpParser/Parser
Nikita Popov f66a32e2df Emulate PHP 8 attribute syntax
Perform emulation by replacing #[ with %[, then patching % back
to # and coalescing #[ into T_ATTRIBUTE if it is a freestanding
token.
2020-09-06 17:42:38 +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 Emulate PHP 8 attribute syntax 2020-09-06 17:42:38 +02:00
Tokens.php Emulate PHP 8 attribute syntax 2020-09-06 17:42:38 +02:00