Searched refs:methodreturn (Results 1 – 3 of 3) sorted by relevance
119 var $methodreturn = false; variable in nusoap_server593 $this->methodreturn = call_user_func_array($call_arg, array());597 $this->appendDebug($this->varDump($this->methodreturn));615 …if (isset($this->methodreturn) && ((get_class($this->methodreturn) == 'soap_fault') || (get_class(…617 $this->fault = $this->methodreturn;620 $return_val = $this->methodreturn;623 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');628 $opParams = $this->methodreturn;635 $opParams = array($this->methodreturn);646 if (isset($this->methodreturn)) {[all …]
3528 var $methodreturn = false; variable in nusoap_server4024 $this->methodreturn = call_user_func_array($call_arg, array());4028 $this->appendDebug($this->varDump($this->methodreturn));4046 …if (isset($this->methodreturn) && ((get_class($this->methodreturn) == 'soap_fault') || (get_class(…4048 $this->fault = $this->methodreturn;4051 $return_val = $this->methodreturn;4054 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');4059 $opParams = $this->methodreturn;4066 $opParams = array($this->methodreturn);4077 if (isset($this->methodreturn)) {[all …]
3141 var $methodreturn = false; variable in soap_server3612 $this->appendDebug($this->varDump($this->methodreturn));3613 …, called method $this->methodname, received $this->methodreturn of type ".gettype($this->methodret…3630 if (isset($this->methodreturn) && (get_class($this->methodreturn) == 'soap_fault')) {3632 $this->fault = $this->methodreturn;3635 $return_val = $this->methodreturn;3638 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');3643 $opParams = $this->methodreturn;3646 $opParams = array($this->methodreturn);3657 if (isset($this->methodreturn)) {[all …]