Searched refs:T_CASE (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 231 …ON, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \T_DEFAULT,
|
/PHP-Parser/grammar/ |
H A D | php.y | 68 %token T_CASE 155 …ION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE | T_DEFAULT 588 T_CASE expr case_separator inner_statement_list_ex { $$ = Stmt\Case_[$2, $4]; } 856 | optional_attributes T_CASE identifier_maybe_reserved enum_case_expr semi
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 103 public const T_CASE = 338; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 103 public const T_CASE = 338; define in PhpParser\\Parser\\Php8
|
Completed in 33 milliseconds