Home
last modified time | relevance | path

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

/PHP-7.0/ext/soap/
H A Dsoap.c54 static void add_soap_fault_ex(zval *fault, zval *obj, char *fault_code, char *fault_string, char *f…
1507 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1510 add_soap_fault_ex(&exception_object, this_ptr, "Server", "Internal Error", NULL, NULL); in _soap_server_exception()
2189 add_soap_fault_ex(&fault, &SOAP_GLOBAL(error_object), code, buffer, NULL, NULL);
2809 add_soap_fault_ex(return_value, this_ptr, "Client", "Unknown Error", NULL, NULL);
3270 static void add_soap_fault_ex(zval *fault, zval *obj, char *fault_code, char *fault_string, char *f… function

Completed in 22 milliseconds