PhpParser\Parser\Php7::reduceRule343 PHP Method

reduceRule343() protected method

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