Searched refs:TYPE_REQUIRE (Results 1 – 7 of 7) sorted by relevance
10 public const TYPE_REQUIRE = 3; define in PhpParser\\Node\\Expr\\Include_
32 type: TYPE_REQUIRE (3)
217 Include_::TYPE_REQUIRE => 'TYPE_REQUIRE',
1069 …xpr { $$ = Expr\Include_[$2, Expr\Include_::TYPE_REQUIRE]; }
563 Expr\Include_::TYPE_REQUIRE => 'require',
2360 … = new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $self->getAttr…
2362 … = new Expr\Include_($self->semStack[$stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $self->getAttr…
Completed in 40 milliseconds