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