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.php362 [\T_IMPLEMENTS, 'implements'],
/PHP-Parser/grammar/
H A Dphp.y95 %token T_IMPLEMENTS
152 …| T_BREAK | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE …
529 | T_IMPLEMENTS class_name_list { $$ = $2; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php135 public const T_IMPLEMENTS = 370; define in PhpParser\\Parser\\Php7
H A DPhp8.php135 public const T_IMPLEMENTS = 370; define in PhpParser\\Parser\\Php8

Completed in 45 milliseconds