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

reduceRule191() 보호된 메소드

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