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

reduceRule469() 보호된 메소드

protected reduceRule469 ( )
    protected function reduceRule469() {
         $this->semValue = new Expr\ArrayItem($this->semStack[$this->stackPos-(4-4)], $this->semStack[$this->stackPos-(4-1)], true, $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
    }
Php7