PhpParser\Parser\Php5::reduceRule346 PHP Method

reduceRule346() protected method

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