PhpParser\Parser\Php7::reduceRule313 PHP Method

reduceRule313() protected method

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