Searched refs:TYPE_REQUIRE_ONCE (Results 1 – 7 of 7) sorted by relevance
11 public const TYPE_REQUIRE_ONCE = 4; define in PhpParser\\Node\\Expr\\Include_
40 type: TYPE_REQUIRE_ONCE (4)
218 Include_::TYPE_REQUIRE_ONCE => 'TYPE_REQUIRE_ONCE',
1070 …xpr { $$ = Expr\Include_[$2, Expr\Include_::TYPE_REQUIRE_ONCE]; }
564 Expr\Include_::TYPE_REQUIRE_ONCE => 'require_once',
2363 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $self->getA…
2365 … new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $self->getA…
Completed in 49 milliseconds