Home
last modified time | relevance | path

Searched refs:host (Results 201 – 225 of 609) sorted by relevance

12345678910>>...25

/PHP-7.2/ext/curl/tests/
H A Dcurl_basic_005.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=useragent";
H A Dcurl_copy_handle_basic_005.phpt12 $host = curl_cli_server_start();
16 $url = "{$host}/get.php?test=getpost";
H A Dcurl_CURLOPT_READDATA.phpt12 $host = curl_cli_server_start();
14 $url = $host . '/get.php?test=post';
H A Dcurl_basic_001.phpt16 $host = curl_cli_server_start();
21 $url = "{$host}/get.php?test=get";
H A Dcurl_basic_002.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=get";
H A Dcurl_copy_handle_basic_002.phpt11 $host = curl_cli_server_start();
15 $url = "{$host}/get.php?test=getpost";
H A Dcurl_setopt_basic002.phpt12 $host = curl_cli_server_start();
21 $url = "{$host}/";
H A Dcurl_basic_004.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=referer";
H A Dcurl_basic_006.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.php?test=get";
H A Dcurl_copy_handle_basic_006.phpt12 $host = curl_cli_server_start();
16 $url = "{$host}/get.php?test=useragent";
H A Dcurl_copy_handle_basic_007.phpt8 $host = curl_cli_server_start();
12 $url = "{$host}/get.php?test=getpost";
H A Dcurl_multi_getcontent_basic3.phpt18 $host = curl_cli_server_start();
19 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.php?test=getpost&get_param=Hello%20World");
/PHP-7.2/ext/standard/tests/file/
H A Dfopen_variation14.phpt98 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
103 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
108 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
113 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
122 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
127 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
H A Dfopen_variation15.phpt102 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
107 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
112 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
117 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
126 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
131 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
/PHP-7.2/ext/soap/
H A Dphp_http.c165 char *host; in http_connect() local
178 host = Z_STRVAL_P(proxy_host); in http_connect()
182 host = phpurl->host; in http_connect()
252 smart_str_appends(&soap_headers, phpurl->host); in http_connect()
324 int l1 = strlen(host); in in_domain()
327 return strcmp(host+l1-l2,domain) == 0; in in_domain()
332 return strcmp(host,domain) == 0; in in_domain()
446 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()
495 strcmp(orig->host, phpurl->host) == 0 && in make_http_soap_request()
1131 new_url->host = phpurl->host ? estrdup(phpurl->host) : NULL; in make_http_soap_request()
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dbug49442.phpt9 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
28 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)) {
76 $host = 'p:' . $host;
77 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dmysqli_driver.phpt48 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
49 …printf("[007] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
50 $host, $user . 'unknown_really', $db, $port, $socket);
77 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
84 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt17 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
94 function sha_connect($offset, $host, $db, $port, $socket, $file) {
102 if (!$link->real_connect($host, 'shatest', 'shatest', $db, $port, $socket)) {
130 sha_connect(100, $host, $db, $port, $socket, $file);
144 sha_connect(200, $host, $db, $port, $socket, $file_wrong);
154 sha_connect(300, $host, $db, $port, $socket, $file_wrong);
159 sha_connect(400, $host, $db, $port, $socket, $file_wrong);
H A D037.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D038.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
38 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
/PHP-7.2/ext/ldap/tests/
H A Dldap_modify_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
37 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_control_paged_results_variation2.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
30 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_parse_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_rename_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
27 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_search_variation2.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
29 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);

Completed in 48 milliseconds

12345678910>>...25