PhpParser\Parser\Php5::reduceRule322 PHP Method

reduceRule322() protected method

protected reduceRule322 ( )
    protected function reduceRule322() {
         $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