PhpParser\Parser\Php7::reduceRule378 PHP Method

reduceRule378() protected method

protected reduceRule378 ( )
    protected function reduceRule378() {
         $this->semValue = new Expr\FuncCall($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php7