Home
last modified time | relevance | path

Searched refs:T_DECLARE (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.y62 %token T_DECLARE
149 …| T_ENDWHILE | T_FOR | T_ENDFOR | T_FOREACH | T_ENDFOREACH | T_DECLARE | T_ENDDECLARE | T_AS | T_T…
397 | T_DECLARE '(' declare_list ')' declare_statement { $$ = Stmt\Declare_[$3, $5]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php97 public const T_DECLARE = 332; define in PhpParser\\Parser\\Php8
H A DPhp7.php97 public const T_DECLARE = 332; define in PhpParser\\Parser\\Php7

Completed in 46 milliseconds