Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DInclude_.php9 public const TYPE_INCLUDE_ONCE = 2; define in PhpParser\\Node\\Expr\\Include_
/PHP-Parser/test/code/parser/expr/
H A DincludeAndEval.test24 type: TYPE_INCLUDE_ONCE (2)
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php216 Include_::TYPE_INCLUDE_ONCE => 'TYPE_INCLUDE_ONCE',
/PHP-Parser/grammar/
H A Dphp.y1067 …xpr { $$ = Expr\Include_[$2, Expr\Include_::TYPE_INCLUDE_ONCE]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php562 Expr\Include_::TYPE_INCLUDE_ONCE => 'include_once',
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2354 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $self->getA…
H A DPhp8.php2356 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $self->getA…

Completed in 32 milliseconds