PhpParser\Parser\Php7::reduceRule379 PHP Method

reduceRule379() protected method

protected reduceRule379 ( )
    protected function reduceRule379() {
         $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