php-parser/lib/PhpParser/Lexer
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
..
TokenEmulator Emulate PHP 8 attribute syntax 2020-09-06 17:42:38 +02:00
Emulative.php Emulate PHP 8 attribute syntax 2020-09-06 17:42:38 +02:00