Home
last modified time | relevance | path

Searched refs:T_CALLABLE (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.php108 ['callable', \T_CALLABLE],
/PHP-Parser/grammar/
H A Dphp.y104 %token T_CALLABLE
156 …| T_BREAK | T_ARRAY | T_CALLABLE | T_EXTENDS | T_IMPLEMENTS | T_NAMESPACE | T_TRAIT | T_INTERFACE …
713 | T_CALLABLE { $$ = Node\Identifier['callable']; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php143 public const T_CALLABLE = 378; define in PhpParser\\Parser\\Php8
H A DPhp7.php143 public const T_CALLABLE = 378; define in PhpParser\\Parser\\Php7

Completed in 30 milliseconds