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.php107 ['trait', \T_TRAIT],
/PHP-Parser/grammar/
H A Dphp.y91 %token T_TRAIT
152 …| T_BREAK | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE …
485 | optional_attributes T_TRAIT identifier_not_reserved '{' class_statement_list '}'
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php131 public const T_TRAIT = 366; define in PhpParser\\Parser\\Php8
H A DPhp7.php131 public const T_TRAIT = 366; define in PhpParser\\Parser\\Php7

Completed in 24 milliseconds