Searched refs:T_INSTANCEOF (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 228 …\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 D | php.y | 35 %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 D | Php7.php | 62 public const T_INSTANCEOF = 297; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 62 public const T_INSTANCEOF = 297; define in PhpParser\\Parser\\Php8
|
Completed in 24 milliseconds