Searched refs:T_IMPLEMENTS (Results 1 – 5 of 5) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 232 …\T_BREAK, \T_ARRAY, \T_CALLABLE, \T_EXTENDS, \T_IMPLEMENTS, \T_NAMESPACE, \T_TRAIT, \T_INTERFACE, …
|
/PHP-Parser/test/PhpParser/Lexer/ |
H A D | EmulativeTest.php | 365 [\T_IMPLEMENTS, 'implements'],
|
/PHP-Parser/grammar/ |
H A D | php.y | 98 %token T_IMPLEMENTS 156 …| T_BREAK | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE … 534 | T_IMPLEMENTS class_name_list { $$ = $2; }
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 138 public const T_IMPLEMENTS = 373; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 138 public const T_IMPLEMENTS = 373; define in PhpParser\\Parser\\Php8
|
Completed in 39 milliseconds