Searched refs:T_ENDSWITCH (Results 1 – 4 of 4) sorted by relevance
231 …\T_FUNCTION, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \…
67 %token T_ENDSWITCH155 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |…578 | ':' case_list T_ENDSWITCH ';' { $$ = $2; }579 | ':' ';' case_list T_ENDSWITCH ';' { $$ = $3; }
102 public const T_ENDSWITCH = 337; define in PhpParser\\Parser\\Php7
102 public const T_ENDSWITCH = 337; define in PhpParser\\Parser\\Php8
Completed in 34 milliseconds