Searched refs:T_ENDFOR (Results 1 – 4 of 4) sorted by relevance
229 …\T_ENDWHILE, \T_FOR, \T_ENDFOR, \T_FOREACH, \T_ENDFOREACH, \T_DECLARE, \T_ENDDECLARE, \T_AS, \T_TR…
59 %token T_ENDFOR153 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T…548 | ':' inner_statement_list T_ENDFOR ';' { $$ = $2; }
94 public const T_ENDFOR = 329; define in PhpParser\\Parser\\Php7
94 public const T_ENDFOR = 329; define in PhpParser\\Parser\\Php8
Completed in 38 milliseconds