PhpParser\Parser\Php5::reduceRule470 PHP Method

reduceRule470() protected method

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