PhpParser\Parser\Php7::reduceRule351 PHP 메소드

reduceRule351() 보호된 메소드

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