PhpParser\Parser\Php5::reduceRule544 PHP Method

reduceRule544() protected method

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