Home
last modified time | relevance | path

Searched refs:T_DEFAULT (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.y69 %token T_DEFAULT
155 …ION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE | T_DEFAULT
588 | T_DEFAULT case_separator inner_statement_list_ex { $$ = Stmt\Case_[null, $3]; }
612 | T_DEFAULT optional_comma T_DOUBLE_ARROW expr { $$ = Node\MatchArm[null, $4]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php104 public const T_DEFAULT = 339; define in PhpParser\\Parser\\Php8
H A DPhp7.php104 public const T_DEFAULT = 339; define in PhpParser\\Parser\\Php7

Completed in 31 milliseconds