Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php227 …\T_INCLUDE, \T_INCLUDE_ONCE, \T_EVAL, \T_REQUIRE, \T_REQUIRE_ONCE, \T_LOGICAL_OR, \T_LOGICAL_XOR, …
/PHP-Parser/grammar/
H A Dphp.y5 %left T_INCLUDE T_INCLUDE_ONCE T_EVAL T_REQUIRE T_REQUIRE_ONCE
151 …T_INCLUDE | T_INCLUDE_ONCE | T_EVAL | T_REQUIRE | T_REQUIRE_ONCE | T_LOGICAL_OR | T_LOGICAL_XOR | …
1066 …| T_INCLUDE_ONCE expr { $$ = Expr\Include_[$2, Expr\Include_::TY…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php24 public const T_INCLUDE_ONCE = 259; define in PhpParser\\Parser\\Php8
H A DPhp7.php24 public const T_INCLUDE_ONCE = 259; define in PhpParser\\Parser\\Php7

Completed in 46 milliseconds