Lines Matching refs:debug

176 		global $debug;
180 $this->debug("_SERVER is defined:");
183 $this->debug("HTTP_SERVER_VARS is defined:");
186 $this->debug("Neither _SERVER nor HTTP_SERVER_VARS is defined.");
189 if (isset($debug)) {
190 $this->debug("In nusoap_server, set debug_flag=$debug based on global flag");
191 $this->debug_flag = $debug;
196 … $this->debug("In nusoap_server, set debug_flag=" . substr($v, 6) . " based on query string #1");
204 … $this->debug("In nusoap_server, set debug_flag=" . substr($v, 6) . " based on query string #2");
212 $this->debug("In nusoap_server, WSDL is specified");
216 $this->debug('Use existing wsdl instance from ' . $this->externalWSDLURL);
218 $this->debug('Create wsdl from ' . $wsdl);
246 $this->debug("In service, query string=$qs");
249 $this->debug("In service, this is a request for WSDL");
262 $this->debug('wsdl:');
271 $this->debug("In service, there is no data, so return Web description");
274 $this->debug("In service, invoke the request");
304 $this->debug("In parse_http_headers, use getallheaders");
310 $this->debug("$k: $v");
329 $this->debug("In parse_http_headers, use _SERVER");
360 $this->debug("$k: $v");
363 $this->debug("In parse_http_headers, use HTTP_SERVER_VARS");
394 $this->debug("$k: $v");
397 $this->debug("In parse_http_headers, HTTP headers not accessible");
425 $this->debug('entering parse_request()');
427 $this->debug('got character encoding: '.$this->xml_encoding);
430 $this->debug('got content encoding: ' . $this->headers['content-encoding']);
451 $this->debug('leaving parse_request');
472 …$this->debug('in invoke_method, methodname=' . $this->methodname . ' methodURI=' . $this->methodUR…
476 $this->debug('in invoke_method, found WSDL operation=' . $this->methodname);
480 …$this->debug('in invoke_method, found WSDL soapAction=' . $this->SOAPAction . ' for operation=' . …
484 $this->debug('in invoke_method, no WSDL for operation=' . $this->methodname);
489 $this->debug('in invoke_method, no WSDL to validate method');
513 $this->debug("in invoke_method, class=$class method=$method delim=$delim");
519 $this->debug("in invoke_method, function '$this->methodname' not found!");
527 $this->debug("in invoke_method, method '$this->methodname' not found in class '$class'!");
538 $this->debug('ERROR: request not verified against method signature');
546 $this->debug('in invoke_method, params:');
548 $this->debug("in invoke_method, calling '$this->methodname'");
551 $this->debug('in invoke_method, calling function using eval()');
555 $this->debug('in invoke_method, calling class method using eval()');
558 $this->debug('in invoke_method, calling instance method using eval()');
576 $this->debug('in invoke_method, function call: '.$funcCall);
580 $this->debug('in invoke_method, calling function using call_user_func_array()');
583 $this->debug('in invoke_method, calling class method using call_user_func_array()');
586 $this->debug('in invoke_method, calling instance method using call_user_func_array()');
596 $this->debug('in invoke_method, methodreturn:');
598 …$this->debug("in invoke_method, called method $this->methodname, received data of type ".gettype($…
613 …$this->debug('Entering serialize_return methodname: ' . $this->methodname . ' methodURI: ' . $this…
616 $this->debug('got a fault object from method');
623 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
624 $this->debug('serializing return value');
627 $this->debug('more than one output part, so use the method return unchanged');
630 $this->debug('exactly one output part, so wrap the method return in a simple array');
641 $this->debug('got wsdl error: '.$errstr);
650 $this->debug('in absence of WSDL, assume void return for backward compatibility');
654 $this->debug('return value:');
657 $this->debug('serializing response');
659 $this->debug('have WSDL for serialization: style is ' . $this->opData['style']);
661 $this->debug('style is rpc for serialization: use is ' . $this->opData['output']['use']);
669 $this->debug('style is not rpc for serialization: assume document');
673 $this->debug('do not have WSDL for serialization: assume rpc/encoded');
691 $this->debug("Leaving serialize_return");
705 $this->debug('Enter send_response');
804 …$this->debug('Entering parseRequest() for data of length ' . strlen($data) . ' and type ' . $heade…
811 $this->debug('Got response encoding: ' . $enc);
821 $this->debug('Use encoding: ' . $this->xml_encoding . ' when creating nusoap_parser');
825 $this->debug("parser debug: \n".$parser->getDebug());
835 $this->debug('methodname: '.$this->methodname.' methodURI: '.$this->methodURI);
836 $this->debug('calling parser->get_soapbody()');