Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 149) sorted by path

123456

/PHP-5.5/
H A DINSTALL2114 Proper response status can be sent with header(). If only GET
H A DNEWS645 . Fixed bug #66479 (Wrong response to FCGI_GET_VALUES). (Frank Stolle)
1005 . Fixed bug #67428 (header('Location: foo') will override a 308-399 response
1021 . Implemented FR #67429 (CLI server is missing some new HTTP response codes).
2276 response codes). (Sergey Akbarov)
2584 . Changed response to unknown HTTP method to 501 according to RFC.
3089 . Fixed bug #60842, #51775 (Chunked response parsing error when
3724 . Fixed bug #60842, #51775 (Chunked response parsing error when
6690 response code, in cgi sapi). (Ilia)
7882 - Fixed bug #39984 (redirect response code in header() could be ignored
9660 response message). (Jani)
[all …]
/PHP-5.5/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt29 if (false === $response = curl_exec($ch)) {
32 echo $response;
/PHP-5.5/ext/ftp/
H A Dftp.c619 ftp_alloc(ftpbuf_t *ftp, const long size, char **response) in ftp_alloc() argument
637 if (response) { in ftp_alloc()
638 *response = estrdup(ftp->inbuf); in ftp_alloc()
H A Dftp.h149 int ftp_alloc(ftpbuf_t *ftp, const long size, char **response);
H A Dphp_ftp.c110 ZEND_ARG_INFO(1, response)
632 char *response = NULL; in PHP_FUNCTION() local
640 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
641 if (response) { in PHP_FUNCTION()
643 ZVAL_STRING(zresponse, response, 0); in PHP_FUNCTION()
/PHP-5.5/ext/gd/libgd/
H A DREADME4 The inclusion of this library with PHP is in response to the
/PHP-5.5/ext/imap/tests/
H A Dimap_include.inc30 * Display all fields in an element from an imap_fetch_overview() response
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS10 in response to bad arguments (e.g. zend_parse_parameters() failure), the PHP
/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/pcre/pcrelib/
H A DChangeLog4591 11. In response to a bug report, I changed one line in Makefile.in from
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt6541 matches "sense and sensibility" and "response and responsibility", but
7175 matches "sense and sensibility" and "response and responsibility", but
/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/snmp/tests/
H A Dgeneric_timeout_error.phpt22 Warning: snmpget(): No response from %s in %s on line %d
25 Warning: snmpget(): No response from %s in %s on line %d
H A Dsnmp-object-errno-errstr.phpt109 %string|unicode%(%d) "No response from %s"
/PHP-5.5/ext/soap/interop/
H A Dtest.utility.php123 $response = new SOAP_Parser($msg);
124 if ($response->fault) {
125 return $response->fault->getFault();
127 $return = $response->getResponse();
128 $v = $response->decode($return);
/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()
H A Dphp_http.h31 char **response,
H A Dphp_packet_soap.c28 xmlDocPtr response; in parse_packet_soap() local
45 if (!response) { in parse_packet_soap()
51 xmlFreeDoc(response); in parse_packet_soap()
70 xmlFreeDoc(response); in parse_packet_soap()
78 xmlFreeDoc(response); in parse_packet_soap()
86 xmlFreeDoc(response); in parse_packet_soap()
91 xmlFreeDoc(response); in parse_packet_soap()
127 xmlFreeDoc(response); in parse_packet_soap()
153 xmlFreeDoc(response); in parse_packet_soap()
245 xmlFreeDoc(response); in parse_packet_soap()
[all …]
H A Dsoap.c2564 INIT_ZVAL(*response);
2602 } else if (Z_TYPE_P(response) != IS_STRING) {
2609 add_property_stringl(this_ptr, "__last_response", Z_STRVAL_P(response), Z_STRLEN_P(response), 1);
2644 zval response; local
2734 if (ret && Z_TYPE(response) == IS_STRING) {
2736 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, …
2740 zval_dtor(&response);
2779 if (ret && Z_TYPE(response) == IS_STRING) {
2781 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_v…
2785 zval_dtor(&response);
[all …]
/PHP-5.5/ext/soap/tests/
H A Dany.phpt41 $response = ob_get_contents();
43 return $response;
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug28969.phpt23 $response = ob_get_contents();
25 return $response;
H A Dbug29839.phpt25 $response = ob_get_contents();
27 return $response;
H A Dbug29844.phpt27 $response = ob_get_contents();
29 return $response;
H A Dbug30045.phpt32 $response = ob_get_contents();
35 return $response;

Completed in 109 milliseconds

123456