Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php233 …\T_CLASS_C, \T_TRAIT_C, \T_FUNC_C, \T_METHOD_C, \T_LINE, \T_FILE, \T_DIR, \T_NS_C, \T_HALT_COMPILE…
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php108 ['__TRAIT__', \T_TRAIT_C],
/PHP-Parser/grammar/
H A Dphp.y103 %token T_TRAIT_C
153 | T_CLASS_C | T_TRAIT_C | T_FUNC_C | T_METHOD_C | T_LINE | T_FILE | T_DIR | T_NS_C | T_FN
1155 | T_TRAIT_C { $$ = Scalar\MagicConst\Trait_[]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php142 public const T_TRAIT_C = 377; define in PhpParser\\Parser\\Php8
H A DPhp7.php142 public const T_TRAIT_C = 377; define in PhpParser\\Parser\\Php7

Completed in 63 milliseconds