Home
last modified time | relevance | path

Searched refs:host (Results 226 – 250 of 611) sorted by relevance

12345678910>>...25

/PHP-8.0/ext/mysqli/tests/
H A D032.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
32 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug31668.phpt12 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
26 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
H A Dmysqli_stmt_bind_result_bit.phpt27 if (!$link_ins = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
28 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 $host, $user, $db, $port, $socket);
31 if (!$link_sel = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
33 $host, $user, $db, $port, $socket);
H A Dmysqli_fetch_array_large.phpt105 function test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, $flags = null) {
108 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags)) {
109 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
110 $host, $user, $db, $port, $socket);
158 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, null);
159 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, MYSQLI_CLIENT_COMPRESS);
H A Dmysqli_driver.phpt47 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
48 …printf("[007] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
49 $host, $user . 'unknown_really', $db, $port, $socket);
76 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
83 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_insert_id_variation.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
13 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
14 $host, $user, $db, $port, $socket);
94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_real_escape_string_big5.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
24 printf("[001] Cannot connect to the server using host=%s, user=%s,
25 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_fetch_field_direct_oo.phpt21 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
22 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 $host, $user, $db, $port, $socket);
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-8.0/ext/standard/tests/file/
H A Dfopen_variation14.phpt91 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
96 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
101 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
106 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
115 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
120 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
H A Dfopen_variation15.phpt95 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
100 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
105 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
110 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
119 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
124 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
/PHP-8.0/main/
H A Dnetwork.c168 if (host == NULL) { in php_network_getaddresses()
198 if ((n = getaddrinfo(host, NULL, &hints, &res))) { in php_network_getaddresses()
240 if (!inet_aton(host, &in)) { in php_network_getaddresses()
241 if(strlen(host) > MAXFQDNLEN) { in php_network_getaddresses()
245 host_info = php_network_gethostbyname(host); in php_network_getaddresses()
409 php_socket_t php_network_bind_socket_to_local_addr(const char *host, unsigned port, argument
419 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
793 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
1112 reslen = spprintf(&res, 0, "tcp://%s:%d", host, port);
1269 gethostbyname_r(host,hostbuf,*tmphstbuf,*hstbuflen,&hp,&herr))
[all …]
/PHP-8.0/ext/ldap/tests/
H A Dldap_sasl_bind_error.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
18 $link = ldap_connect($host, $port);
39 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_add_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
34 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_first_reference_basic.phpt12 $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_mod_del_error.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
28 $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);
32 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_parse_result_controls.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
35 $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);
26 $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);
28 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_modify_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
36 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server_015.phpt18 $host = PHP_CLI_SERVER_HOSTNAME;
23 Host: {$host}
/PHP-8.0/ext/curl/tests/
H A Dcurl_basic_003.phpt11 $host = curl_cli_server_start();
16 $url = "{$host}/get.inc?test=getpost&get_param=Hello%20World";
H A Dcurl_multi_getcontent_basic3.phpt18 $host = curl_cli_server_start();
19 curl_setopt($ch1, CURLOPT_URL, "{$host}/get.inc?test=getpost&get_param=Hello%20World");

Completed in 24 milliseconds

12345678910>>...25