Searched refs:TYPE_INCLUDE_ONCE (Results 1 – 7 of 7) sorted by relevance
9 public const TYPE_INCLUDE_ONCE = 2; define in PhpParser\\Node\\Expr\\Include_
24 type: TYPE_INCLUDE_ONCE (2)
216 Include_::TYPE_INCLUDE_ONCE => 'TYPE_INCLUDE_ONCE',
1067 …xpr { $$ = Expr\Include_[$2, Expr\Include_::TYPE_INCLUDE_ONCE]; }
562 Expr\Include_::TYPE_INCLUDE_ONCE => 'include_once',
2354 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $self->getA…
2356 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $self->getA…
Completed in 32 milliseconds