PhpParser\Parser\Php7::reduceRule430 PHP Method

reduceRule430() protected method

protected reduceRule430 ( )
    protected function reduceRule430() {
         $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