Home
last modified time | relevance | path

Searched refs:T_ENDWHILE (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.y57 %token T_ENDWHILE
149 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T…
613 | ':' inner_statement_list T_ENDWHILE ';' { $$ = $2; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php92 public const T_ENDWHILE = 327; define in PhpParser\\Parser\\Php8
H A DPhp7.php92 public const T_ENDWHILE = 327; define in PhpParser\\Parser\\Php7

Completed in 31 milliseconds