PhpParser\Parser\Php7::reduceRule299 PHP Method

reduceRule299() protected method

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