php-parser/test/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
..
EmulativeTest.php Emulate PHP 8 attribute syntax 2020-09-06 17:42:38 +02:00