PhpParser\Parser\Php7::reduceRule317 PHP Method

reduceRule317() protected method

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