PhpParser\Parser\Php7::reduceRule300 PHP Method

reduceRule300() protected method

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