Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dsoap.c52 static void add_soap_fault_ex(zval *fault, zval *obj, char *fault_code, char *fault_string, char *f…
1137 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1140 add_soap_fault_ex(&exception_object, this_ptr, "Server", "Internal Error", NULL, NULL); in _soap_server_exception()
1751 add_soap_fault_ex(&fault, &SOAP_GLOBAL(error_object), code, ZSTR_VAL(message), NULL, NULL);
2329 add_soap_fault_ex(return_value, this_ptr, "Client", "Unknown Error", NULL, NULL);
2744 static void add_soap_fault_ex(zval *fault, zval *obj, char *fault_code, char *fault_string, char *f… function
2764 add_soap_fault_ex(&fault, obj, fault_code, fault_string, fault_actor, fault_detail);

Completed in 13 milliseconds