Home
last modified time | relevance | path

Searched refs:T_GLOBAL (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.y83 %token T_GLOBAL
150 …| T_FINALLY | T_THROW | T_USE | T_INSTEADOF | T_GLOBAL | T_VAR | T_UNSET | T_ISSET | T_EMPTY | T_C…
382 | T_GLOBAL global_var_list semi { $$ = Stmt\Global_[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php117 public const T_GLOBAL = 352; define in PhpParser\\Parser\\Php8
H A DPhp7.php117 public const T_GLOBAL = 352; define in PhpParser\\Parser\\Php7

Completed in 42 milliseconds