Home
last modified time | relevance | path

Searched refs:T_INSTANCEOF (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php228 …\T_INSTANCEOF, \T_NEW, \T_CLONE, \T_EXIT, \T_IF, \T_ELSEIF, \T_ELSE, \T_ENDIF, \T_ECHO, \T_DO, \T_…
/PHP-Parser/grammar/
H A Dphp.y35 %nonassoc T_INSTANCEOF
152 | T_INSTANCEOF | T_NEW | T_CLONE | T_EXIT | T_IF | T_ELSEIF | T_ELSE | T_ENDIF | T_DO | T_WHILE
1059 | expr T_INSTANCEOF class_name_reference { $$ = Expr\Instanceof_[$1, $3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php62 public const T_INSTANCEOF = 297; define in PhpParser\\Parser\\Php7
H A DPhp8.php62 public const T_INSTANCEOF = 297; define in PhpParser\\Parser\\Php8

Completed in 24 milliseconds