Lines Matching refs:methodreturn
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);
3657 if (isset($this->methodreturn)) {
3658 $return_val = $this->serialize_val($this->methodreturn, 'return');