Home
last modified time | relevance | path

Searched refs:request (Results 51 – 75 of 213) sorted by path

123456789

/PHP-7.4/ext/oci8/tests/
H A Dextauth_02.phpt6 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 Dlob_043.phpt7 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 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/ext/opcache/tests/
H A Dbug78106.phpt2 Bug #78106: Path resolution fails if opcache disabled during request
H A Dissue0140.phpt11 <?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow tests excluded by request") ?>
/PHP-7.4/ext/openssl/tests/
H A Dbug28382.phpt23 string(38) "For Grid use only; request tag userTag"
/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/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
H A Dpdo_oci_stream_2b.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
/PHP-7.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
/PHP-7.4/ext/session/tests/
H A Dbug60634.phpt45 * write() in request shutdown. The code is inside save handler still and
49 * close() is still called at request shutdown since session is active.
/PHP-7.4/ext/snmp/tests/
H A Dsnmp_include.inc6 Default timeout is 1000ms and there will be one request performed.
/PHP-7.4/ext/soap/
H A Dphp_http.c343 zend_string *request; in make_http_soap_request() local
374 request = buf; in make_http_soap_request()
411 if (request != buf) { in make_http_soap_request()
449 if (request != buf) { in make_http_soap_request()
462 if (request != buf) { in make_http_soap_request()
474 if (request != buf) { in make_http_soap_request()
527 if (request != buf) { in make_http_soap_request()
876 smart_str_appendl(&soap_headers, request->val, request->len); in make_http_soap_request()
881 if (request != buf) { in make_http_soap_request()
1087 if (request != buf) { in make_http_soap_request()
[all …]
H A Dphp_http.h25 zend_string *request,
H A Dsoap.c353 ZEND_ARG_INFO(0, request)
2519 xmlDocDumpMemory(request, (xmlChar**)&buf, &buf_size);
2606 xmlDocPtr request = NULL; local
2696 ret = do_request(this_ptr, request, location, NULL, soap_version, one_way, &response);
2699 xmlFreeDoc(request);
2700 request = NULL;
2744 xmlFreeDoc(request);
2745 request = NULL;
2796 if (request) {
2797 xmlFreeDoc(request);
[all …]
/PHP-7.4/ext/soap/tests/
H A Dany.phpt38 function __doRequest($request, $location, $action, $version, $one_way = 0) {
40 $this->server->handle($request);
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 Dbug48557.phpt17 $request = <<<XML
53 $y->handle($request);
H A Dbug69137.phpt22 // Prime the WSDL cache because that request sets peer_name on the HTTP context
H A Dbug69668.phpt10 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
11 echo $request, PHP_EOL;
H A Dbug70875.phpt12 public function __doRequest($request, $location, $action, $version, $one_way = 0)
H A Dbug71711.phpt9 public function __doRequest($request, $location, $action, $version, $one_way = 0) {
10 echo $request;

Completed in 62 milliseconds

123456789