Searched refs:T_ENDDECLARE (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…
63 %token T_ENDDECLARE153 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T…559 | ':' inner_statement_list T_ENDDECLARE ';' { $$ = $2; }
98 public const T_ENDDECLARE = 333; define in PhpParser\\Parser\\Php7
98 public const T_ENDDECLARE = 333; define in PhpParser\\Parser\\Php8
Completed in 26 milliseconds