PhpParser\Parser\Php5::reduceRule449 PHP Method

reduceRule449() protected method

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