Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php232 …\T_BREAK, \T_ARRAY, \T_CALLABLE, \T_EXTENDS, \T_IMPLEMENTS, \T_NAMESPACE, \T_TRAIT, \T_INTERFACE, …
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php110 ['trait', \T_TRAIT],
/PHP-Parser/grammar/
H A Dphp.y94 %token T_TRAIT
156 …| T_BREAK | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE …
490 | optional_attributes T_TRAIT identifier_not_reserved '{' class_statement_list '}'
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php134 public const T_TRAIT = 369; define in PhpParser\\Parser\\Php7
H A DPhp8.php134 public const T_TRAIT = 369; define in PhpParser\\Parser\\Php8

Completed in 23 milliseconds