Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation14-win32.phpt106 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
111 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm…
116 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
121 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
126 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
131 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
136 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
141 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.…
158 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
163 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
[all …]
/PHP-7.4/ext/curl/tests/
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.phpt19 $host = curl_cli_server_start();
20 if (!empty($host)) {
22 $url = "{$host}/get.inc?test=get";
H A Dcurl_copy_handle_basic_009.phpt8 $host = curl_cli_server_start();
10 $url = "{$host}/get.inc";
/PHP-7.4/ext/ldap/tests/
H A Dldap_first_attribute_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_get_dn_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_get_entries_variation.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_compare_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);
26 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_mod_del_basic.phpt13 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
33 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-7.4/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-7.4/ext/mysqli/tests/
H A Dmysqli_real_connect_compression_error.phpt8 $link = @my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
27 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket);
40 $result = my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT…
H A Dmysqli_errno.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_errno_oo.phpt20 if (!$mysqli = new mysqli($host, $user, $passwd, $db, $port, $socket))
21 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
22 $host, $user, $db, $port, $socket);
H A Dmysqli_warning_unclonable.phpt16 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
17 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
18 $host, $user, $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_unicode.phpt22 if (!$link = 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_fetch_lengths.phpt13 if (!$mysqli = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
15 $host, $user, $db, $port, $socket);
H A Dmysqli_real_escape_string_eucjpms.phpt11 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
25 printf("[001] Cannot connect to the server using host=%s, user=%s,
26 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_euckr.phpt11 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_gb2312.phpt11 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
25 printf("[001] Cannot connect to the server using host=%s, user=%s,
26 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gbk.phpt10 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
23 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
25 printf("[001] Cannot connect to the server using host=%s, user=%s,
26 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,

Completed in 146 milliseconds

12345678910>>...26