Home
last modified time | relevance | path

Searched refs:T_EVAL (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 | …
1020 | T_EVAL '(' expr ')' { $$ = Expr\Eval_[$3]; }
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php25 public const T_EVAL = 260; define in PhpParser\\Parser\\Php8
H A DPhp7.php25 public const T_EVAL = 260; define in PhpParser\\Parser\\Php7

Completed in 31 milliseconds