Home
last modified time | relevance | path

Searched refs:add_soap_fault_ex (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/soap/
H A Dsoap.c48 static void add_soap_fault_ex(zval *fault, zval *obj, char *fault_code, char *fault_string, char *f…
1187 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1190 add_soap_fault_ex(&exception_object, this_ptr, "Server", "Internal Error", NULL, NULL); in _soap_server_exception()
1806 add_soap_fault_ex(&fault, &SOAP_GLOBAL(error_object), code, ZSTR_VAL(message), NULL, NULL);
2391 add_soap_fault_ex(return_value, this_ptr, "Client", "Unknown Error", NULL, NULL);
2804 static void add_soap_fault_ex(zval *fault, zval *obj, char *fault_code, char *fault_string, char *f… function
2824 add_soap_fault_ex(&fault, obj, fault_code, fault_string, fault_actor, fault_detail);

Completed in 24 milliseconds