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

reduceRule522() 보호된 메소드

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