Home
last modified time | relevance | path

Searched refs:request (Results 151 – 175 of 213) sorted by relevance

123456789

/PHP-7.4/ext/enchant/tests/
H A Dbroker_free_02.phpt46 echo("broker request dict failed\n");
/PHP-7.4/ext/soap/tests/
H A Dbug47021.phpt61 public function __doRequest($request, $location, $action, $version, $one_way = null)
63 $response = parent::__doRequest($request, $location, $action, $version, $one_way);
H A Dclassmap002.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dserver015.phpt2 SOAP Server 15: passing request to handle()
H A Dtypemap011.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dserver019.phpt2 SOAP Server 19: compressed request (gzip)
H A Dserver020.phpt2 SOAP Server 20: compressed request (deflate)
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-7.4/ext/ftp/tests/
H A Dftp_get_basic.phpt30 //test non-existent file request
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30175.phpt12 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug32941.phpt8 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug38536.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
H A Dbug39121.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
/PHP-7.4/ext/oci8/tests/
H A Dcalltimeout1.phpt5 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dpecl_bug10194.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
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');
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_009.phpt4 After this fix(#60112), previously 404 request like "localhost/foo/bar"
/PHP-7.4/ext/openssl/tests/
H A Dbug28382.phpt23 string(38) "For Grid use only; request tag userTag"
/PHP-7.4/ext/sockets/tests/
H A Dsocket_shutdown-win32.phpt53 Warning: socket_shutdown(): unable to shutdown socket [%d]: A request to send or receive data was d…
/PHP-7.4/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-7.4/sapi/fpm/tests/
H A Dtester.inc117 * The last response for the request call
459 * Execute request with parameters ordered for better checking.
477 return $this->request($query, $headers, $uri, $address, $successMessage, $errorMessage);
481 * Execute and check ping request.
492 $response = $this->request('', [], $pingPath, $address);
497 * Execute and check status request(s).
519 $response = $this->request($query, [], $statusPath, $address);
525 * Get request params array.
574 * Execute request.
585 public function request(
/PHP-7.4/sapi/litespeed/
H A DREADME.md77 have lsphp accept request on Unix domain socket `/tmp/lsphp_manual.sock`.
156 will wait for a new request before it exits. This option help releasing system
171 time allowed when processing a request. If a child process can not finish
172 processing of a request in the given time period, it will be killed by the

Completed in 35 milliseconds

123456789