Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DInclude_.php8 public const TYPE_INCLUDE = 1; define in PhpParser\\Node\\Expr\\Include_
/PHP-Parser/test/code/parser/expr/
H A DincludeAndEval.test16 type: TYPE_INCLUDE (1)
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php215 Include_::TYPE_INCLUDE => 'TYPE_INCLUDE',
/PHP-Parser/grammar/
H A Dphp.y1066 …xpr { $$ = Expr\Include_[$2, Expr\Include_::TYPE_INCLUDE]; }
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php561 Expr\Include_::TYPE_INCLUDE => 'include',
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php2351 … = new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE, $self->getAttr…
H A DPhp8.php2353 … = new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE, $self->getAttr…

Completed in 29 milliseconds