Home
last modified time | relevance | path

Searched refs:T_FINALLY (Results 1 – 5 of 5) 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/test/PhpParser/Lexer/
H A DEmulativeTest.php104 ['finally', \T_FINALLY],
/PHP-Parser/grammar/
H A Dphp.y79 %token T_FINALLY
154 …| T_FINALLY | T_THROW | T_USE | T_INSTEADOF | T_GLOBAL | T_VAR | T_UNSET | T_ISSET | T_EMPTY | T_C…
435 | T_FINALLY '{' inner_statement_list '}' { $$ = Stmt\Finally_[$3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php114 public const T_FINALLY = 349; define in PhpParser\\Parser\\Php8
H A DPhp7.php114 public const T_FINALLY = 349; define in PhpParser\\Parser\\Php7

Completed in 28 milliseconds