Home
last modified time | relevance | path

Searched refs:host (Results 151 – 175 of 579) sorted by relevance

12345678910>>...24

/PHP-5.4/ext/mysqli/tests/
H A D041.phpt14 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
28 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_fetch_array_large.phpt105 function test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, $flags = null) {
108 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, $flags)) {
109 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
110 $host, $user, $db, $port, $socket);
158 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, null);
159 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, MYSQLI_CLIENT_COMPRESS);
H A Dmysqli_stmt_bind_result_bit.phpt28 if (!$link_ins = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
29 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
30 $host, $user, $db, $port, $socket);
32 if (!$link_sel = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
34 $host, $user, $db, $port, $socket);
H A Dbug42548.phpt8 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
20 $mysqli->real_connect($host, $user, $passwd, $db, $port, $socket);
56 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_prepare_no_object.phpt23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
24 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
25 $host, $user, $db, $port, $socket);
H A Dmysqli_commit_oo.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
27 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
28 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 $host, $user, $db, $port, $socket);
H A Dmysqli_commit.phpt10 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
33 …printf("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
34 $host, $user, $db, $port, $socket);
H A Dmysqli_insert_id_variation.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);
94 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A Dmysqli_real_escape_string_big5.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,
H A Dmysqli_rollback.phpt12 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
31 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
32 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
33 $host, $user, $db, $port, $socket);
H A Dmysqli_embedded_connect.phpt19 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
20 $host, $user, $db, $port, $socket);
H A Dmysqli_report_wo_ps.phpt72 …if ($link = my_mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, …
73 …printf("[010] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
74 $host, $user . 'unknown_really', $db, $port, $socket);
85 …if ($link = my_mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_empty', …
86 …printf("[013] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
87 $host, $user . 'unknown_really', $db, $port, $socket);
/PHP-5.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt11 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
15 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
H A Dcurl_setopt_basic004.phpt11 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
16 $url = "{$host}/";
H A Dcurl_copy_handle_basic_001.phpt11 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
15 $url = "{$host}/get.php?test=getpost&get_param=Hello%20World";
H A Dcurl_basic_012.phpt15 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
20 $url = "{$host}/get.php?test=httpversion";
H A Dcurl_basic_013.phpt15 $host = getenv('PHP_CURL_HTTP_REMOTE_SERVER');
20 $url = "{$host}/get.php?test=httpversion";
/PHP-5.4/ext/mysql/tests/
H A Dmysql_drop_db.phpt45 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
46 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
47 $host, $user, $db, $port, $socket);
H A Dmysql_set_charset.phpt34 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
35 …printf("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
36 $host, $user, $db, $port, $socket);
/PHP-5.4/ext/ldap/tests/
H A Dldap_control_paged_results_variation1.phpt14 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
30 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
H A Dldap_get_attributes_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_basic.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_mod_replace_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);
H A Dldap_search_variation1.phpt16 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
31 $link = ldap_connect_and_bind($host, $port, $user, $passwd, $protocol_version);
/PHP-5.4/ext/standard/tests/file/
H A Dfopen_variation14.phpt98 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
103 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
108 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
113 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
122 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
127 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…

Completed in 1150 milliseconds

12345678910>>...24