Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.6/ext/mysqli/tests/
H A D067.phpt9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
70 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug66124.phpt25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
26 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
27 $host, $user, $db, $port, $socket);
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 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 D066.phpt13 $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
36 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
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 Dmysqli_report.phpt85 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
105 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
118 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
149 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
150 …printf("[012] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
151 $host, $user . 'unknown_really', $db, $port, $socket);
162 …if ($link = my_mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', …
163 …printf("[015] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
164 $host, $user . 'unknown_really', $db, $port, $socket);
191 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
[all …]
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 Dmysqli_stmt_execute_stored_proc_next_result.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
19 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 $host, $user, $db, $port, $socket);
119 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_assoc_oo.phpt23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
24 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
25 $host, $user, $db, $port, $socket);
/PHP-5.6/ext/soap/
H A Dphp_http.c167 char *host; in http_connect() local
180 host = Z_STRVAL_PP(proxy_host); in http_connect()
184 host = phpurl->host; in http_connect()
249 smart_str_appends(&soap_headers, phpurl->host); in http_connect()
321 int l1 = strlen(host); in in_domain()
324 return strcmp(host+l1-l2,domain) == 0; in in_domain()
329 return strcmp(host,domain) == 0; in in_domain()
446 if (phpurl == NULL || phpurl->host == NULL) { in make_http_soap_request()
489 strcmp(orig->host, phpurl->host) == 0 && in make_http_soap_request()
1104 new_url->host = phpurl->host ? estrdup(phpurl->host) : NULL; in make_http_soap_request()
[all …]
/PHP-5.6/ext/ldap/tests/
H A Dldap_next_attribute_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_add_basic.phpt13 $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_first_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_parse_result_basic.phpt13 $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_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_next_reference_basic.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
36 $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-5.6/ext/curl/tests/
H A Dbug55767.phpt16 $host = curl_cli_server_start();
21 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
H A Dbug27023_2.phpt11 $host = curl_cli_server_start();
14 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=file");
/PHP-5.6/ext/mysql/tests/
H A D003.phpt20 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
21 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
22 $host, $user, $db, $port, $socket);
H A Dmysql_client_encoding.phpt15 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
16 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
17 $host, $user, $db, $port, $socket);
H A Dmysql_pconn_disable.phpt17 if (($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket, NULL, true)))
30 if (!($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket, NULL, true)))
39 if (!($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)))

Completed in 36 milliseconds

12345678910>>...24