Home
last modified time | relevance | path

Searched refs:T_IMPLEMENTS (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.php365 [\T_IMPLEMENTS, 'implements'],
/PHP-Parser/grammar/
H A Dphp.y98 %token T_IMPLEMENTS
156 …| T_BREAK | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE …
533 | T_IMPLEMENTS class_name_list { $$ = $2; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php138 public const T_IMPLEMENTS = 373; define in PhpParser\\Parser\\Php8
H A DPhp7.php138 public const T_IMPLEMENTS = 373; define in PhpParser\\Parser\\Php7

Completed in 28 milliseconds