Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php229 …, \T_FOR, \T_ENDFOR, \T_FOREACH, \T_ENDFOREACH, \T_DECLARE, \T_ENDDECLARE, \T_AS, \T_TRY, \T_CATCH,
/PHP-Parser/grammar/
H A Dphp.y78 %token T_CATCH
153 …E | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_TRY | T_CATCH
429 T_CATCH '(' name_union optional_plain_variable ')' '{' inner_statement_list '}'
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php113 public const T_CATCH = 348; define in PhpParser\\Parser\\Php8
H A DPhp7.php113 public const T_CATCH = 348; define in PhpParser\\Parser\\Php7

Completed in 27 milliseconds