PhpParser\Parser\Php5::reduceRule451 PHP Method

reduceRule451() protected method

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