Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php230 …\T_FINALLY, \T_THROW, \T_USE, \T_INSTEADOF, \T_GLOBAL, \T_VAR, \T_UNSET, \T_ISSET, \T_EMPTY, \T_CO…
/PHP-Parser/grammar/
H A Dphp.y87 %token T_ISSET
150 …| T_FINALLY | T_THROW | T_USE | T_INSTEADOF | T_GLOBAL | T_VAR | T_UNSET | T_ISSET | T_EMPTY | T_C…
1016 | T_ISSET '(' expr_list_allow_comma ')' { $$ = Expr\Isset_[$3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php127 public const T_ISSET = 362; define in PhpParser\\Parser\\Php7
H A DPhp8.php127 public const T_ISSET = 362; define in PhpParser\\Parser\\Php8

Completed in 35 milliseconds