Searched refs:T_CALLABLE (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 | 108 ['callable', \T_CALLABLE],
|
/PHP-Parser/grammar/ |
H A D | php.y | 104 %token T_CALLABLE 156 …| T_BREAK | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE … 714 | T_CALLABLE { $$ = Node\Identifier['callable']; }
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 143 public const T_CALLABLE = 378; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 143 public const T_CALLABLE = 378; define in PhpParser\\Parser\\Php8
|
Completed in 33 milliseconds