Searched refs:T_TRY (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 229 …, \T_FOR, \T_ENDFOR, \T_FOREACH, \T_ENDFOREACH, \T_DECLARE, \T_ENDDECLARE, \T_AS, \T_TRY, \T_CATCH,
|
/PHP-Parser/grammar/ |
H A D | php.y | 77 %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 D | Php7.php | 112 public const T_TRY = 347; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 112 public const T_TRY = 347; define in PhpParser\\Parser\\Php8
|
Completed in 25 milliseconds