PhpParser\Parser\Php7::reduceRule310 PHP Method

reduceRule310() protected method

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