PhpParser\Parser\Php7::reduceRule483 PHP Method

reduceRule483() protected method

protected reduceRule483 ( )
    protected function reduceRule483() {
         $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);
    }
Php7