Home
last modified time | relevance | path

Searched refs:T_GOTO (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php230 …THROW, \T_USE, \T_INSTEADOF, \T_GLOBAL, \T_VAR, \T_UNSET, \T_ISSET, \T_EMPTY, \T_CONTINUE, \T_GOTO,
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php115 ['goto', \T_GOTO],
/PHP-Parser/grammar/
H A Dphp.y72 %token T_GOTO
154 …_THROW | T_USE | T_INSTEADOF | T_GLOBAL | T_VAR | T_UNSET | T_ISSET | T_EMPTY | T_CONTINUE | T_GOTO
404 | T_GOTO identifier_not_reserved semi { $$ = Stmt\Goto_[$2]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php107 public const T_GOTO = 342; define in PhpParser\\Parser\\Php8
H A DPhp7.php107 public const T_GOTO = 342; define in PhpParser\\Parser\\Php7

Completed in 41 milliseconds