Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DInclude_.php10 public const TYPE_REQUIRE = 3; define in PhpParser\\Node\\Expr\\Include_
/PHP-Parser/test/code/parser/expr/
H A DincludeAndEval.test32 type: TYPE_REQUIRE (3)
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php217 Include_::TYPE_REQUIRE => 'TYPE_REQUIRE',
/PHP-Parser/grammar/
H A Dphp.y1069 …xpr { $$ = Expr\Include_[$2, Expr\Include_::TYPE_REQUIRE]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php563 Expr\Include_::TYPE_REQUIRE => 'require',
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2360 … = new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $self->getAttr…
H A DPhp8.php2362 … = new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $self->getAttr…

Completed in 40 milliseconds