Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
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.5/ext/soap/
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/gd/libgd/
H A DREADME4 The inclusion of this library with PHP is in response to the
/PHP-5.5/
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 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 …]
H A Dphp.ini-development770 ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
H A Dphp.ini-production770 ; 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.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/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt109 %string|unicode%(%d) "No response from %s"
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in369 ; This directive may be used to customize the response of a ping request. The
370 ; response is formatted as text/plain with a 200 response code.
372 ;ping.response = pong
421 ; %s: status (response code)
/PHP-5.5/sapi/apache_hooks/
H A DREADME44 response phase
/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/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()
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-1.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-15.TXT45 # notices will be checked, but do not expect an immediate response.
H A DKOI8-R.TXT45 # notices will be checked, but do not expect an immediate response.
/PHP-5.5/win32/
H A Dinstall.txt1802 response status can be sent with header(). If only GET and POST methods
/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/pcre/pcrelib/
H A DChangeLog4591 11. In response to a bug report, I changed one line in Makefile.in from

Completed in 150 milliseconds

123456