Home
last modified time | relevance | path

Searched refs:T_ENDSWITCH (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.y67 %token T_ENDSWITCH
155 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |…
577 | ':' case_list T_ENDSWITCH ';' { $$ = $2; }
578 | ':' ';' case_list T_ENDSWITCH ';' { $$ = $3; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php102 public const T_ENDSWITCH = 337; define in PhpParser\\Parser\\Php8
H A DPhp7.php102 public const T_ENDSWITCH = 337; define in PhpParser\\Parser\\Php7

Completed in 28 milliseconds