Home
last modified time | relevance | path

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

12345

/PHP-5.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_007w.phpt53 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_complex_doclit_008w.phpt53 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_complex_doclit_009w.phpt53 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_complex_doclit_010w.phpt53 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_complex_rpcenc_007w.phpt44 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_complex_rpcenc_008w.phpt44 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_complex_rpcenc_009w.phpt44 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
H A Dr4_groupH_complex_rpcenc_010w.phpt44 …P-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Fault in response to 'echoMultipleF…
/PHP-5.3/ext/soap/
H A Dsoap.c2737 INIT_ZVAL(*response);
2780 } else if (Z_TYPE_P(response) != IS_STRING) {
2787 add_property_stringl(this_ptr, "__last_response", Z_STRVAL_P(response), Z_STRLEN_P(response), 1);
2817 zval response; local
2906 if (ret && Z_TYPE(response) == IS_STRING) {
2908 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), fn, NULL, return_value, …
2912 zval_dtor(&response);
2951 if (ret && Z_TYPE(response) == IS_STRING) {
2953 …ret = parse_packet_soap(this_ptr, Z_STRVAL(response), Z_STRLEN(response), NULL, function, return_v…
2957 zval_dtor(&response);
[all …]
/PHP-5.3/ext/gd/libgd/
H A DREADME4 The inclusion of this library with PHP is in response to the
/PHP-5.3/
H A Dserver-tests.php250 public $response; variable in HTTPRequest
310 $this->response = $match[2];
325 if(strlen($this->response) > 0) return TRUE;
1386 $out = $r->response;
H A DNEWS673 . Fixed bug #60842, #51775 (Chunked response parsing error when
2979 "Transfer-Encoding: chunked" header is present in response. It's possible to
3640 response code, in cgi sapi). (Ilia)
3975 - Fixed bug #42779 (Incorrect forcing from HTTP/1.0 request to HTTP/1.1 response). (Ilia)
4832 - Fixed bug #39984 (redirect response code in header() could be ignored
5729 - Fixed bug #36400 (Custom 5xx error does not return correct HTTP response error
6610 response message). (Jani)
6796 "HTTP/1.1 100 Continue" response). (Dmitry)
H A Dphp.ini-development869 ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
H A Dphp.ini-production869 ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
H A DINSTALL2114 Proper response status can be sent with header(). If only GET
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in356 ; This directive may be used to customize the response of a ping request. The
357 ; response is formatted as text/plain with a 200 response code.
359 ;ping.response = pong
408 ; %s: status (response code)
/PHP-5.3/ext/imap/tests/
H A Dimap_include.inc30 * Display all fields in an element from an imap_fetch_overview() response
/PHP-5.3/sapi/apache_hooks/
H A DREADME44 response phase
/PHP-5.3/ext/ftp/
H A Dftp.c609 ftp_alloc(ftpbuf_t *ftp, const int size, char **response) in ftp_alloc() argument
627 if (response && ftp->inbuf) { in ftp_alloc()
628 *response = estrdup(ftp->inbuf); in ftp_alloc()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in246 ** called in response to a user action such as pressing "Cancel"
/PHP-5.3/win32/
H A Dinstall.txt1943 response status can be sent with header(). If only GET and POST methods
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt6149 matches "sense and sensibility" and "response and responsibility", but
6787 matches "sense and sensibility" and "response and responsibility", but
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog3654 11. In response to a bug report, I changed one line in Makefile.in from

Completed in 162 milliseconds

12345