Searched refs:T_SWITCH (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Internal/ |
H A D | TokenPolyfill.php | 231 …\T_FUNCTION, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \…
|
/PHP-Parser/grammar/ |
H A D | php.y | 65 %token T_SWITCH 155 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |… 382 | T_SWITCH '(' expr ')' switch_case_list { $$ = Stmt\Switch_[$3, $5]; }
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 100 public const T_SWITCH = 335; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 100 public const T_SWITCH = 335; define in PhpParser\\Parser\\Php8
|
Completed in 24 milliseconds