Home
last modified time | relevance | path

Searched refs:host (Results 101 – 125 of 634) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 $host, $user, $db, $port, $socket);
69 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_dump_debug_info_oo.phpt16 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
17 …"[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket…
H A Dmysqli_close.phpt22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 $host, $user, $db, $port, $socket);
H A Dmysqli_report_wo_ps.phpt9 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
11 $host, $user, $db, $port, $socket));
76 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
77 …printf("[010] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
78 $host, $user . 'unknown_really', $db, $port, $socket);
89 …if ($link = my_mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', …
90 …printf("[013] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
91 $host, $user . 'unknown_really', $db, $port, $socket);
H A Dmysqli_disable_reads_from_master.phpt26 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
28 $host, $user, $db, $port, $socket);
H A Dmysqli_dump_debug_info.phpt22 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
24 $host, $user, $db, $port, $socket);
H A Dmysqli_enable_reads_from_master.phpt26 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
28 $host, $user, $db, $port, $socket);
H A Dbug73800.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
18 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
H A Dbug74021.phpt12 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
17 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server_010.phpt12 $host = PHP_CLI_SERVER_HOSTNAME;
17 Host: {$host}
33 Host: {$host}
H A Dbug66830.phpt15 $host = PHP_CLI_SERVER_HOSTNAME;
20 Host: {$host}
H A Dbug65066_100.phpt14 $host = PHP_CLI_SERVER_HOSTNAME;
19 Host: {$host}
H A Dbug71005.phpt18 $host = PHP_CLI_SERVER_HOSTNAME;
23 Host: {$host}
H A Dphp_cli_server_018.phpt15 $host = PHP_CLI_SERVER_HOSTNAME;
20 Host: {$host}
H A Dbug81305.phpt12 $host = PHP_CLI_SERVER_HOSTNAME;
17 Host: {$host}
H A Dbug65066_422.phpt14 $host = PHP_CLI_SERVER_HOSTNAME;
19 Host: {$host}
H A Dbug65066_511.phpt14 $host = PHP_CLI_SERVER_HOSTNAME;
19 Host: {$host}
H A Dphp_cli_server_006.phpt12 $host = PHP_CLI_SERVER_HOSTNAME;
17 Host: {$host}
/PHP-7.4/ext/curl/tests/
H A Dbug68937_2.phpt10 $host = curl_cli_server_start();
12 $url = "{$host}/get.inc";
H A Dcurl_basic_023.phpt18 $host = curl_cli_server_start();
20 $url = "{$host}/get.inc?test=";
H A Dbug79033.phpt8 $host = curl_cli_server_start();
11 CURLOPT_URL => "{$host}/get.inc?test=post",
/PHP-7.4/ext/ldap/tests/
H A Dldap_exop_whoami.phpt12 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
25 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_free_result_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_count_entries_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
23 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-7.4/ext/standard/tests/url/
H A Dbug54180.phpt14 ["host"]=>
26 ["host"]=>

Completed in 21 milliseconds

12345678910>>...26