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

reduceRule468() 보호된 메소드

protected reduceRule468 ( )
    protected function reduceRule468() {
         $this->semValue = new Expr\Ternary($this->semStack[$this->stackPos-(5-1)], $this->semStack[$this->stackPos-(5-3)], $this->semStack[$this->stackPos-(5-5)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
    }
Php5