Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dsoap.c55 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader* hdr);
1185 soap_server_fault_ex(function, &exception_object, NULL); in _soap_server_exception()
1195 soap_server_fault_ex(function, &exception_object, NULL); in _soap_server_exception()
1528 soap_server_fault_ex(function, &h->retval, h);
1594 soap_server_fault_ex(function, &retval, NULL);
1762 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr) /* {{{ */ function
1819 soap_server_fault_ex(NULL, &ret, NULL);
1918 soap_server_fault_ex(NULL, &fault_obj, NULL);

Completed in 15 milliseconds