PhpParser\Parser\Php7::reduceRule294 PHP 메소드

reduceRule294() 보호된 메소드

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