Home
last modified time | relevance | path

Searched refs:response (Results 26 – 50 of 123) sorted by relevance

12345

/PHP-5.3/ext/soap/tests/bugs/
H A Dbug30928.phpt30 $response = ob_get_contents();
32 return $response;
H A Dbug38005.phpt23 $response = ob_get_contents();
25 return $response;
H A Dbug31695.phpt24 $response = ob_get_contents();
26 return $response;
H A Dbug30106.phpt26 $response = ob_get_contents();
28 echo $response;
29 return $response;
H A Dbug29839.phpt25 $response = ob_get_contents();
27 return $response;
H A Dbug32776.phpt28 $response = ob_get_contents();
30 return $response;
H A Dbug34453.phpt25 $response = ob_get_contents();
27 return $response;
H A Dmultiport.phpt11 $response = $client->GetSessionId(array('userId'=>'user', 'password'=>'password'));
H A Dbug39815.phpt29 $response = ob_get_contents();
31 return $response;
H A Dbug31755.phpt12 $response= $client->__call('function', array(), null, $header);
H A Dbug30045.phpt32 $response = ob_get_contents();
35 return $response;
/PHP-5.3/ext/soap/
H A Dphp_http.h31 char **response,
/PHP-5.3/ext/soap/tests/
H A Dany.phpt41 $response = ob_get_contents();
43 return $response;
/PHP-5.3/win32/
H A Dsendmail.c60 #define SMTP_ERROR_RESPONSE(response) { \ argument
61 if (response && error_message) { \
62 …if (NULL != (*error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)))) { \
63 …or_message, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response), SMTP_ERROR_RESPONSE_SPEC, respons…
65 efree(response); \
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.h402 int XMLRPC_ResponseIsFault(XMLRPC_REQUEST response);
404 int XMLRPC_GetResponseFaultCode(XMLRPC_REQUEST response);
406 const char* XMLRPC_GetResponseFaultString (XMLRPC_REQUEST response);
/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_001w.phpt20 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoEmptyFaul…
H A Dr4_groupH_simple_doclit_002w.phpt20 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoStringFau…
H A Dr4_groupH_simple_doclit_012w.phpt22 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_simple_doclit_013w.phpt22 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_simple_doclit_014w.phpt22 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_simple_doclit_015w.phpt22 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_simple_doclit_016w.phpt22 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_simple_doclit_017w.phpt22 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
/PHP-5.3/ext/openssl/tests/
H A Dsni_001.phpt15 * - CN=alice.sni.velox.ch (sent in response to server_name = alice.sni.velox.ch or not set)
16 * - CN=bob.sni.velox.ch (sent in response to server_name = bob.sni.velox.ch)
17 …* - CN=*.sni.velox.ch (sent in response to server_name = mallory.sni.velox.ch or *.sni.velox.ch or…
/PHP-5.3/ext/standard/tests/url/
H A Dget_headers_error_001.phpt9 * Description: Fetches all the headers sent by the server in response to a HTTP request

Completed in 28 milliseconds

12345