PhpParser\Parser\Php5::reduceRule193 PHP 메소드

reduceRule193() 보호된 메소드

protected reduceRule193 ( )
    protected function reduceRule193() {
         $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);
    }
Php5