PhpParser\Parser\Php7::reduceRule301 PHP Method

reduceRule301() protected method

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