Home
last modified time | relevance | path

Searched refs:TYPE_REQUIRE_ONCE (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DInclude_.php11 public const TYPE_REQUIRE_ONCE = 4; define in PhpParser\\Node\\Expr\\Include_
/PHP-Parser/test/code/parser/expr/
H A DincludeAndEval.test40 type: TYPE_REQUIRE_ONCE (4)
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php218 Include_::TYPE_REQUIRE_ONCE => 'TYPE_REQUIRE_ONCE',
/PHP-Parser/grammar/
H A Dphp.y1070 …xpr { $$ = Expr\Include_[$2, Expr\Include_::TYPE_REQUIRE_ONCE]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php564 Expr\Include_::TYPE_REQUIRE_ONCE => 'require_once',
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2363 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $self->getA…
H A DPhp8.php2365 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $self->getA…

Completed in 32 milliseconds