Home
last modified time | relevance | path

Searched refs:T_REQUIRE_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
147 …T_INCLUDE | T_INCLUDE_ONCE | T_EVAL | T_REQUIRE | T_REQUIRE_ONCE | T_LOGICAL_OR | T_LOGICAL_XOR | …
1022 …| T_REQUIRE_ONCE expr { $$ = Expr\Include_[$2, Expr\Include_::TY…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php27 public const T_REQUIRE_ONCE = 262; define in PhpParser\\Parser\\Php8
H A DPhp7.php27 public const T_REQUIRE_ONCE = 262; define in PhpParser\\Parser\\Php7

Completed in 26 milliseconds