Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_019.phpt10 $host = curl_cli_server_start();
12 $url = "http://{$host}/get.php?test=";
H A Dbug48207.phpt18 $host = curl_cli_server_start();
19 if(!empty($host)) {
22 $url = "$host/get.php?test=1";
H A Dcurl_setopt_array_basic.phpt19 $host = curl_cli_server_start();
20 if (!empty($host)) {
22 $url = "{$host}/get.php?test=get";
/PHP-5.5/ext/mysqli/tests/
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_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_expire_password.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
15 $host, $user, $db, $port, $socket));
61 if (!$link = my_mysqli_connect($host, 'expiretest', "", $db, $port, $socket)) {
72 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
83 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
95 if (!my_mysqli_real_connect($link, $host, 'expiretest', "", $db, $port, $socket)) {
108 if (!$link = my_mysqli_connect($host, 'expiretest', "expiretest", $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_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_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 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_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 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_change_user_oo.phpt21 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
22 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 $host, $user, $db, $port, $socket);
47 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
48 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
49 $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 …]
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt13 $host = 'ssl://127.0.0.1'.':'.$port;
22 $sock = stream_socket_server($host, $errno, $errstr, $flags, $context);
47 $host = 'ssl://127.0.0.1'.':'.$port;
51 $socket = stream_socket_client($host, $errno, $errstr, 10, $flags);
/PHP-5.5/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.5/ext/mysql/tests/
H A Dskipifconnectfailure.inc5 $myhost = sprintf("%s:%s", $host, $socket);
7 $myhost = sprintf("%s:%s", $host, $port);
H A Dbug53649.phpt8 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
57 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
58 …printf("[clean] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%…
59 $host, $user, $db, $port, $socket);
H A Dmysql_close.phpt21 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
22 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
23 $host, $user, $db, $port, $socket);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt61 // Reaction on host not specified differs for different configs, so no printing
72 $host = PDO_MYSQL_TEST_HOST;
73 $invalid_host = $host . 'invalid';
75 // last host specification should be the one used
76 $dsn = MySQLPDOTest::getDSN(array('host' => $host), 'host=' . $invalid_host);
83 $dsn = MySQLPDOTest::getDSN(array('host' => $invalid_host), 'host=' . $host);
90 $dsn = MySQLPDOTest::getDSN(array('host' => $invalid_host));
98 $dsn = MySQLPDOTest::getDSN(array('host' => $invalid_host), 'host=' . $host);
107 $dsn = MySQLPDOTest::getDSN(array('host' => str_repeat('0123456789', 100)));
/PHP-5.5/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);

Completed in 54 milliseconds

12345678910>>...24