PhpParser\Parser\Php7::reduceRule432 PHP Method

reduceRule432() protected method

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