PhpParser\Parser\Php7::reduceRule303 PHP Méthode

reduceRule303() protected méthode

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