PhpParser\Parser\Php7::reduceRule88 PHP 메소드

reduceRule88() 보호된 메소드

protected reduceRule88 ( )
    protected function reduceRule88() {
         $this->semValue = new Stmt\HaltCompiler($this->lexer->handleHaltCompiler(), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
    }
Php7