PhpParser\Parser\Php7::reduceRule319 PHP Method

reduceRule319() protected method

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