PhpParser\Parser\Php7::reduceRule93 PHP Method

reduceRule93() protected method

protected reduceRule93 ( )
    protected function reduceRule93() {
         $this->semValue = new Stmt\Use_($this->semStack[$this->stackPos-(4-3)], $this->semStack[$this->stackPos-(4-2)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
    }
Php7