Home
last modified time | relevance | path

Searched refs:host (Results 251 – 275 of 634) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-7.4/ext/mysqli/tests/
H A D059.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
47 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D040.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
37 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D046.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
40 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 Dmysqli_release_savepoint.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
29 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
30 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
31 $host, $user, $db, $port, $socket);
H A Dbug76386.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
23 $link = new mysqli($host, $user, $passwd, $db, $port, $socket);
53 $link = new mysqli($host, $user, $passwd, $db, $port, $socket);
100 $link = new mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dbug34810.phpt15 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
21 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
53 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_autocommit.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
11 …die(sprintf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
12 $host, $user, $db, $port, $socket));
34 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
35 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
36 $host, $user, $db, $port, $socket);
H A Dmysqli_autocommit_oo.phpt10 if (!$link = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) {
11 …printf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, …
12 $host, $user, $db, $port, $socket);
23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket)) {
24 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
25 $host, $user, $db, $port, $socket);
H A Dbug70949.phpt15 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
50 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug71863.phpt16 $req = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
29 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug55283.phpt12 if (!($link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)))
50 if (my_mysqli_real_connect($link, 'p:' . $host, $user, $passwd, $db, $port, null, $flags)) {
58 if (my_mysqli_real_connect($link2, $host, $user, $passwd, $db, $port, null, $flags)) {
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_relative_scheme.phpt8 ["host"]=>
/PHP-7.4/ext/standard/tests/network/
H A Dbug41347.phpt2 dns_check_record() segfault with empty host
/PHP-7.4/ext/curl/tests/
H A Dbug55767.phpt16 $host = curl_cli_server_start();
21 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
H A Dcurl_copy_handle_variation5.phpt8 $host = curl_cli_server_start();
12 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.php?test=file");
H A Dbug69316.phpt20 $host = curl_cli_server_start();
22 $url = "{$host}/get.inc?test=getpost";
H A Dcurl_basic_003.phpt17 $host = curl_cli_server_start();
22 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
H A Dcurl_multi_segfault.phpt12 $host = getenv('PHP_CURL_FTP_REMOTE_SERVER');
18 $url = "ftp://$username:$password@$host/" ;
H A Dbug27023.phpt11 $host = curl_cli_server_start();
14 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=file");
H A Dcurl_file_upload.phpt22 $host = curl_cli_server_start();
24 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=file");
55 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=post");
/PHP-7.4/ext/ldap/tests/
H A Dldap_get_values_len_error.phpt13 $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_delete_ext.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
42 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_set_rebind_proc_error.phpt13 $link = fsockopen($host, $port);
35 $link = ldap_connect($host, $port);
/PHP-7.4/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 = ZSTR_VAL(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()
447 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()
496 strcmp(ZSTR_VAL(orig->host), ZSTR_VAL(phpurl->host)) == 0 && in make_http_soap_request()
1030 GC_ADDREF(phpurl->host); in make_http_soap_request()
1126 new_url->host = phpurl->host ? zend_string_copy(phpurl->host) : NULL; in make_http_soap_request()
[all …]

Completed in 41 milliseconds

1...<<11121314151617181920>>...26