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

reduceRule507() 보호된 메소드

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