Home
last modified time | relevance | path

Searched refs:host (Results 126 – 150 of 611) sorted by relevance

12345678910>>...25

/PHP-8.0/ext/standard/tests/url/
H A Dbug54180.phpt14 ["host"]=>
26 ["host"]=>
/PHP-8.0/ext/curl/tests/
H A Dbug79033.phpt8 $host = curl_cli_server_start();
11 CURLOPT_URL => "{$host}/get.inc?test=post",
H A Dcurl_basic_024.phpt16 $host = curl_cli_server_start();
18 $url = "{$host}/get.inc?test=";
H A Dbug77711.phpt8 $host = curl_cli_server_start();
12 curl_setopt($ch, CURLOPT_URL, "{$host}/get.php?test=file");
H A Dbug48207.phpt18 $host = curl_cli_server_start();
19 if(!empty($host)) {
22 $url = "$host/get.inc?test=1";
H A Dcurl_setopt_array_basic.phpt18 $host = curl_cli_server_start();
19 if (!empty($host)) {
21 $url = "{$host}/get.inc?test=get";
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_errno_oo.phpt19 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
20 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 $host, $user, $db, $port, $socket);
H A Dmysqli_report_wo_ps.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
9 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
10 $host, $user, $db, $port, $socket));
83 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
84 …printf("[010] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
85 $host, $user . 'unknown_really', $db, $port, $socket);
96 …if ($link = my_mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', …
97 …printf("[013] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
98 $host, $user . 'unknown_really', $db, $port, $socket);
H A Dbug48909.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);
H A Dmysqli_error.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
13 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
14 $host, $user, $db, $port, $socket);
H A Dmysqli_real_connect_compression_error.phpt7 $link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
26 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket);
39 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT…
H A Dmysqli_warning_unclonable.phpt15 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
16 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
17 $host, $user, $db, $port, $socket);
H A Dmysqli_real_escape_string_eucjpms.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_real_escape_string_euckr.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
21 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
23 printf("[001] Cannot connect to the server using host=%s, user=%s,
24 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gb2312.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_real_escape_string_gbk.phpt9 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_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);
73 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dbug73800.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
19 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
/PHP-8.0/ext/ldap/tests/
H A Dldap_first_attribute_basic.phpt13 $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_get_values_len_basic.phpt13 $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_compare_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
24 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-8.0/sapi/cli/tests/
H A Dphp_cli_server_017.phpt15 $host = PHP_CLI_SERVER_HOSTNAME;
20 Host: {$host}
H A Dbug61679.phpt15 $host = PHP_CLI_SERVER_HOSTNAME;
22 Host: {$host}
/PHP-8.0/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt99 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
104 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
109 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
114 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
119 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
124 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
129 Warning: fopen(): Remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
134 Warning: fopen(): Remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
151 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
156 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
[all …]
H A Dfopen_variation15-win32.phpt103 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
108 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
113 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
118 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
123 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
128 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
133 Warning: fopen(): Remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
138 Warning: fopen(): Remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
155 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
160 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
[all …]

Completed in 44 milliseconds

12345678910>>...25