Home
last modified time | relevance | path

Searched refs:host (Results 76 – 100 of 538) sorted by relevance

12345678910>>...22

/PHP-5.3/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 …]
H A Dfopen_variation15-win32.phpt110 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
115 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir\fopen_variation15.tm…
120 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
125 Warning: fopen(): remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
130 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
135 Warning: fopen(): remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
140 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
145 Warning: fopen(): remote host file access not supported, file://.\fopen15.tmpDir\fopen_variation15.…
162 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
167 Warning: fopen(): remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
[all …]
/PHP-5.3/ext/mysql/tests/
H A Dskipifconnectfailure.inc5 $myhost = sprintf("%s:%s", $host, $socket);
7 $myhost = sprintf("%s:%s", $host, $port);
/PHP-5.3/ext/curl/tests/
H A Dcurl_copy_handle_basic_008.phpt7 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
9 $url = "{$host}/get.php";
H A Dbug48207.phpt17 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
18 if(!empty($host)) {
21 $url = "$host/get.php?test=1";
H A Dcurl_setopt_array_basic.phpt18 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
19 if (!empty($host)) {
21 $url = "{$host}/get.php?test=get";
H A Dcurl_basic_020.phpt12 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
14 $url = "{$host}/get.php?test=";
H A Dcurl_basic_021.phpt12 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
13 $url = "{$host}/get.php?test=contenttype";
H A Dcurl_basic_019.phpt12 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
14 $url = "{$host}/get.php?test=";
/PHP-5.3/ext/mysqli/tests/
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 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_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_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_fork.phpt16 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
59 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
60 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
61 $host, $user, $db, $port, $socket);
88 …if (!($plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) || !mysqli_autocommi…
132 if (!$plink = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
134 $host, $user, $db, $port, $socket);
212 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
213 …printf("[018] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
214 $host, $user, $db, $port, $socket);
[all …]
H A Dmysqli_real_escape_string_eucjpms.phpt13 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
25 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
27 printf("[001] Cannot connect to the server using host=%s, user=%s,
28 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
/PHP-5.3/ext/ldap/tests/
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);
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_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_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_sasl_bind_basic.phpt11 $link = fsockopen($host, $port);
20 $link = ldap_connect($host, $port);
/PHP-5.3/ext/standard/tests/url/
H A Dbug54180.phpt14 ["host"]=>
26 ["host"]=>

Completed in 73 milliseconds

12345678910>>...22