Searched refs:T_ATTRIBUTE (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/test/PhpParser/Lexer/ |
H A D | EmulativeTest.php | 315 [\T_ATTRIBUTE, '#['], 320 [\T_ATTRIBUTE, '#['], 329 [\T_ATTRIBUTE, '#['], 334 [\T_ATTRIBUTE, '#['],
|
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/ |
H A D | AttributeEmulator.php | 24 new Token(\T_ATTRIBUTE, '#[', $token->line, $token->pos),
|
/PHP-Parser/grammar/ |
H A D | php.y | 125 %token T_ATTRIBUTE 226 T_ATTRIBUTE attribute_group optional_comma ']' { $$ = Node\AttributeGroup[$2]; }
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 164 public const T_ATTRIBUTE = 399; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 164 public const T_ATTRIBUTE = 399; define in PhpParser\\Parser\\Php8
|
Completed in 23 milliseconds