PhpParser\Parser\Php7::reduceRule339 PHP Method

reduceRule339() protected method

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