Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php231 …\T_FUNCTION, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \…
/PHP-Parser/grammar/
H A Dphp.y65 %token T_SWITCH
151 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |…
378 | T_SWITCH '(' expr ')' switch_case_list { $$ = Stmt\Switch_[$3, $5]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php100 public const T_SWITCH = 335; define in PhpParser\\Parser\\Php8
H A DPhp7.php100 public const T_SWITCH = 335; define in PhpParser\\Parser\\Php7

Completed in 20 milliseconds