Home
last modified time | relevance | path

Searched refs:T_ATTRIBUTE (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php315 [\T_ATTRIBUTE, '#['],
320 [\T_ATTRIBUTE, '#['],
329 [\T_ATTRIBUTE, '#['],
334 [\T_ATTRIBUTE, '#['],
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DAttributeEmulator.php24 new Token(\T_ATTRIBUTE, '#[', $token->line, $token->pos),
/PHP-Parser/grammar/
H A Dphp.y125 %token T_ATTRIBUTE
226 T_ATTRIBUTE attribute_group optional_comma ']' { $$ = Node\AttributeGroup[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php164 public const T_ATTRIBUTE = 399; define in PhpParser\\Parser\\Php7
H A DPhp8.php164 public const T_ATTRIBUTE = 399; define in PhpParser\\Parser\\Php8

Completed in 23 milliseconds