Home
last modified time | relevance | path

Searched refs:request (Results 101 – 125 of 157) sorted by relevance

1234567

/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_009.phpt4 After this fix(#60112), previously 404 request like "localhost/foo/bar"
/PHP-5.5/ext/soap/tests/
H A Dserver019.phpt2 SOAP Server 19: compressed request (gzip)
H A Dserver020.phpt2 SOAP Server 20: compressed request (deflate)
H A Dtypemap011.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap003.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dtypemap007.phpt11 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-5.5/ext/oci8/tests/
H A Dlob_043.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dpecl_bug10194_blob.phpt8 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dpecl_bug10194_blob_64.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dconn_attr_4.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dextauth_03.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dextauth_01.phpt8 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
/PHP-5.5/
H A Drun-tests.php1668 $request = '';
1679 $request .= "\n";
1683 $request .= $line;
1686 $env['CONTENT_LENGTH'] = strlen($request);
1689 if (empty($request)) {
1694 save_text($tmp_post, $request);
1702 $request = '';
1713 $request .= "\n";
1717 $request .= $line;
1723 if (empty($request)) {
[all …]
H A DREADME.SUBMITTING_PATCH53 The preferred way to propose PHP patch is sending pull request from
58 Fork the official PHP repository and send a pull request. A
59 notification will be sent to the pull request mailing list. Sending a
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_info.phpt29 // lets hope we always run this in the same second as we did run the server info request...
/PHP-5.5/ext/standard/tests/url/
H A Dget_headers_error_002.phpt9 * Description: Fetches all the headers sent by the server in response to a HTTP request
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39121.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug30994.phpt2 Bug #30994 (SOAP server unable to handle request with references)
H A Dbug36908.phpt2 Bug #36908 (wsdl default value overrides value in soap request)
/PHP-5.5/sapi/litespeed/
H A DREADME72 have lsphp accept request on Unix domain socket "/tmp/lsphp_manual.sock"
162 process will wait for a new request before it exits. This option help
180 processing time allowed when processing a request. If a child process
181 can not finish processing of a request in the given time period, it
/PHP-5.5/ext/standard/tests/http/
H A Dignore_errors.phpt70 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: HTTP request failed! HTTP/1.…
/PHP-5.5/ext/pdo/
H A DREADME49 When the database handle is closed or destroyed (or at request end for
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt78 string(26) "Invalid request descriptor"
81 string(20) "Invalid request code"
/PHP-5.5/sapi/thttpd/
H A DREADME21 - Asynchronous request body handling (e.g. for POSTs)
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI133 page request at a time. Value 0 means that PHP willnot start additional
143 too many PHP pages be generated concurrently will mean that each request will

Completed in 47 milliseconds

1234567