Home
last modified time | relevance | path

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

Completed in 22 milliseconds