PhpParser\Parser\Php5::reduceRule391 PHP Method

reduceRule391() protected method

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