Searched refs:T_ENDFOREACH (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…
61 %token T_ENDFOREACH153 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T…553 | ':' inner_statement_list T_ENDFOREACH ';' { $$ = $2; }
96 public const T_ENDFOREACH = 331; define in PhpParser\\Parser\\Php7
96 public const T_ENDFOREACH = 331; define in PhpParser\\Parser\\Php8
Completed in 23 milliseconds