Home
last modified time | relevance | path

Searched refs:T_TRY (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.y77 %token T_TRY
153 …E | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_TRY | T_CATCH
402 | T_TRY '{' inner_statement_list '}' catches optional_finally
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php112 public const T_TRY = 347; define in PhpParser\\Parser\\Php8
H A DPhp7.php112 public const T_TRY = 347; define in PhpParser\\Parser\\Php7

Completed in 27 milliseconds