Home
last modified time | relevance | path

Searched refs:response (Results 51 – 75 of 149) sorted by relevance

123456

/PHP-5.5/ext/standard/tests/general_functions/
H A Dheader_redirection_014.phpt2 Location: headers do not override the 399 Choose Your Own Adventure response code
/PHP-5.5/ext/soap/tests/
H A Dany.phpt41 $response = ob_get_contents();
43 return $response;
/PHP-5.5/win32/
H A Dsendmail.c61 #define SMTP_ERROR_RESPONSE(response) { \ argument
62 if (response && error_message) { \
63 …if (NULL != (*error_message = ecalloc(1, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response)))) { \
64 …or_message, sizeof(SMTP_ERROR_RESPONSE_SPEC) + strlen(response), SMTP_ERROR_RESPONSE_SPEC, respons…
66 efree(response); \
/PHP-5.5/ext/soap/tests/bugs/
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.5/sapi/cli/tests/
H A Dbug61679.phpt34 // Only echo the first line from the response,
H A Dbug67429.phpt2 FR #67429 (CLI server is missing some new HTTP response codes)
/PHP-5.5/ext/snmp/
H A Dsnmp.c710 struct snmp_pdu *pdu=NULL, *response; in php_snmp_internal()
795 if (response->errstat == SNMP_ERR_NOERROR) { in php_snmp_internal()
801 snmp_free_pdu(response); in php_snmp_internal()
901 snmp_free_pdu(response); in php_snmp_internal()
906 for ( count=1, vars = response->variables; in php_snmp_internal()
907 vars && count != response->errindex; in php_snmp_internal()
913 snmp_free_pdu(response); in php_snmp_internal()
925 snmp_free_pdu(response); in php_snmp_internal()
929 snmp_free_pdu(response); in php_snmp_internal()
957 if (response) { in php_snmp_internal()
[all …]
/PHP-5.5/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.5/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_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…
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_003w.phpt20 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoIntArrayF…
H A Dr4_groupH_simple_doclit_004w.phpt23 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_simple_doclit_005w.phpt23 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
/PHP-5.5/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.5/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
/PHP-5.5/ext/soap/
H A Dphp_http.c28 static int get_http_body(php_stream *socketd, int close, char *headers, char **response, int *out_…
29 static int get_http_headers(php_stream *socketd,char **response, int *out_size TSRMLS_DC);
639 char HA1[33], HA2[33], response[33], cnonce[33], nc[9]; in make_http_soap_request() local
734 make_digest(response, hash); in make_http_soap_request()
772 smart_str_appendl(&soap_headers, response, 32); in make_http_soap_request()
1371 static int get_http_body(php_stream *stream, int close, char *headers, char **response, int *out_s… in get_http_body() argument
1396 (*response) = http_buf; in get_http_body()
1500 (*response) = http_buf; in get_http_body()
1505 static int get_http_headers(php_stream *stream, char **response, int *out_size TSRMLS_DC) in get_http_headers() argument
1527 (*response) = tmp_response.c; in get_http_headers()

Completed in 52 milliseconds

123456