PhpParser\Parser\Php5::reduceRule529 PHP 메소드

reduceRule529() 보호된 메소드

protected reduceRule529 ( )
    protected function reduceRule529() {
         $this->semValue = new Expr\ArrayItem($this->semStack[$this->stackPos-(3-3)], $this->semStack[$this->stackPos-(3-1)], false, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php5