PhpParser\Parser\Php7::reduceRule288 PHP Method

reduceRule288() protected method

protected reduceRule288 ( )
    protected function reduceRule288() {
         $this->semValue = new Expr\Assign($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php7