add_soap_fault    383 soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Unable to parse URL", NULL, NULL TSRMLS_CC);
add_soap_fault    394 soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Unknown protocol. Only http and https are allowed.", NULL, NULL TSRMLS_CC);
add_soap_fault    404 soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "SSL support is not available in this build", NULL, NULL TSRMLS_CC);
add_soap_fault    454 soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Could not connect to host", NULL, NULL TSRMLS_CC);
add_soap_fault    801 soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Failed Sending HTTP SOAP request", NULL, NULL TSRMLS_CC);
add_soap_fault    807 soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Failed to create stream??", NULL, NULL TSRMLS_CC);
add_soap_fault    827 soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Error Fetching http headers", NULL, NULL TSRMLS_CC);
add_soap_fault   1001 soap/php_http.c 		add_soap_fault(this_ptr, "HTTP", "Error Fetching http body, No Content-Length, connection closed or chunked data", NULL, NULL TSRMLS_CC);
add_soap_fault   1057 soap/php_http.c 					add_soap_fault(this_ptr, "HTTP", "Redirection limit reached, aborting", NULL, NULL TSRMLS_CC);
add_soap_fault   1202 soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Unknown Content-Encoding", NULL, NULL TSRMLS_CC);
add_soap_fault   1214 soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", "Can't uncompress compressed response", NULL, NULL TSRMLS_CC);
add_soap_fault   1248 soap/php_http.c 			add_soap_fault(this_ptr, "HTTP", http_msg, NULL, NULL TSRMLS_CC);
add_soap_fault     46 soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "looks like we got no XML document", NULL, NULL TSRMLS_CC);
add_soap_fault     50 soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "DTD are not supported by SOAP", NULL, NULL TSRMLS_CC);
add_soap_fault     69 soap/php_packet_soap.c 				add_soap_fault(this_ptr, "VersionMismatch", "Wrong Version", NULL, NULL TSRMLS_CC);
add_soap_fault     77 soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "looks like we got XML without \"Envelope\" element", NULL, NULL TSRMLS_CC);
add_soap_fault     85 soap/php_packet_soap.c 			add_soap_fault(this_ptr, "Client", "A SOAP Envelope element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC);
add_soap_fault     90 soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Envelope", NULL, NULL TSRMLS_CC);
add_soap_fault     94 soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC);
add_soap_fault    126 soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "Body must be present in a SOAP envelope", NULL, NULL TSRMLS_CC);
add_soap_fault    134 soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "A SOAP Body element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC);
add_soap_fault    140 soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Body", NULL, NULL TSRMLS_CC);
add_soap_fault    144 soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC);
add_soap_fault    152 soap/php_packet_soap.c 		add_soap_fault(this_ptr, "Client", "A SOAP 1.2 envelope can contain only Header and Body", NULL, NULL TSRMLS_CC);
add_soap_fault    161 soap/php_packet_soap.c 				add_soap_fault(this_ptr, "Client", "A SOAP Header element cannot have non Namespace qualified attributes", NULL, NULL TSRMLS_CC);
add_soap_fault    166 soap/php_packet_soap.c 					add_soap_fault(this_ptr, "Client", "encodingStyle cannot be specified on the Header", NULL, NULL TSRMLS_CC);
add_soap_fault    170 soap/php_packet_soap.c 					add_soap_fault(this_ptr, "Client", "Unknown data encoding style", NULL, NULL TSRMLS_CC);
add_soap_fault    235 soap/php_packet_soap.c 		add_soap_fault(this_ptr, faultcode, faultstring, faultactor, details TSRMLS_CC);
add_soap_fault   2143 soap/soap.c    			fault = add_soap_fault(SOAP_GLOBAL(error_object), code, buffer, NULL, NULL TSRMLS_CC);
add_soap_fault   2517 soap/soap.c    		add_soap_fault(this_ptr, "HTTP", "Error build soap request", NULL, NULL TSRMLS_CC);
add_soap_fault   2554 soap/soap.c    		add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() failed", NULL, NULL TSRMLS_CC);
add_soap_fault   2558 soap/soap.c    			add_soap_fault(this_ptr, "Client", "SoapClient::__doRequest() returned non string value", NULL, NULL TSRMLS_CC);
add_soap_fault   2696 soap/soap.c    			add_soap_fault(this_ptr, "Client", error.c, NULL, NULL TSRMLS_CC);
add_soap_fault   2704 soap/soap.c    			add_soap_fault(this_ptr, "Client", "Error finding \"uri\" property", NULL, NULL TSRMLS_CC);
add_soap_fault   2706 soap/soap.c    			add_soap_fault(this_ptr, "Client", "Error could not find \"location\" property", NULL, NULL TSRMLS_CC);
add_soap_fault   2743 soap/soap.c    			*return_value = *add_soap_fault(this_ptr, "Client", "Unknown Error", NULL, NULL TSRMLS_CC);