Home
last modified time | relevance | path

Searched refs:T_ENDFOR (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php229 …\T_ENDWHILE, \T_FOR, \T_ENDFOR, \T_FOREACH, \T_ENDFOREACH, \T_DECLARE, \T_ENDDECLARE, \T_AS, \T_TR…
/PHP-Parser/grammar/
H A Dphp.y59 %token T_ENDFOR
149 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T…
543 | ':' inner_statement_list T_ENDFOR ';' { $$ = $2; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php94 public const T_ENDFOR = 329; define in PhpParser\\Parser\\Php7
H A DPhp8.php94 public const T_ENDFOR = 329; define in PhpParser\\Parser\\Php8

Completed in 35 milliseconds