Searched refs:methodreturn (Results 1 – 3 of 3) sorted by relevance
| /plugin/mantis/lib/ |
| D | class.soap_server.php | 119 var $methodreturn = false; variable in nusoap_server 591 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams)); 593 $this->methodreturn = call_user_func_array($call_arg, array()); 597 $this->appendDebug($this->varDump($this->methodreturn)); 598 …ke_method, called method $this->methodname, received data of type ".gettype($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; [all …]
|
| D | nusoap.php | 3528 var $methodreturn = false; variable in nusoap_server 4022 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams)); 4024 $this->methodreturn = call_user_func_array($call_arg, array()); 4028 $this->appendDebug($this->varDump($this->methodreturn)); 4029 …oke_method, called method $this->methodname, received data of type ".gettype($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; [all …]
|
| /plugin/googlesearch/ |
| D | nusoap.php | 3141 var $methodreturn = false; variable in soap_server 3609 $this->methodreturn = call_user_func_array($call_arg, $this->methodparams); 3612 $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); [all …]
|