Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php231 …ON, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \T_DEFAULT,
/PHP-Parser/grammar/
H A Dphp.y68 %token T_CASE
151 …ION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE | T_DEFAULT
583 T_CASE expr case_separator inner_statement_list_ex { $$ = Stmt\Case_[$2, $4]; }
844 | optional_attributes T_CASE identifier_maybe_reserved enum_case_expr semi
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php103 public const T_CASE = 338; define in PhpParser\\Parser\\Php7
H A DPhp8.php103 public const T_CASE = 338; define in PhpParser\\Parser\\Php8

Completed in 43 milliseconds