PhpParser\Parser\Php7::reduceRule351 PHP Method

reduceRule351() protected method

protected reduceRule351 ( )
    protected function reduceRule351() {
         $this->semValue = new Expr\Include_($this->semStack[$this->stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php7