Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.6/ext/mysqli/tests/
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_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_change_user_oo.phpt24 if (!$mysqli = new my_mysqli($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);
50 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
51 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
52 $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,
H A Dmysqli_real_escape_string_euckr.phpt13 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
24 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
26 printf("[001] Cannot connect to the server using host=%s, user=%s,
27 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_real_escape_string_gb2312.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_real_escape_string_gbk.phpt14 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket)) {
27 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
29 printf("[001] Cannot connect to the server using host=%s, user=%s,
30 passwd=***, dbname=%s, port=%s, socket=%s - [%d] %s\n", $host, $user, $db,
H A Dmysqli_error_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 Dbug50772.phpt15 my_mysqli_real_connect($db1, $host, $user, $passwd, $db, $port, $socket);
25 my_mysqli_real_connect($db2, $host, $user, $passwd, $db, $port, $socket);
/PHP-5.6/ext/curl/tests/
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.6/ext/standard/tests/url/
H A Dbug54180.phpt14 ["host"]=>
26 ["host"]=>
/PHP-5.6/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_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_sasl_bind_basic.phpt11 $link = fsockopen($host, $port);
20 $link = ldap_connect($host, $port);
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);
/PHP-5.6/ext/standard/tests/file/
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.6/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)));
H A DREADME4 For example: mysql:dbname=test;host=localhost;port=3306
6 PDO_MYSQL_TEST_HOST - database host
/PHP-5.6/main/streams/
H A Dxp_socket.c548 char *host = NULL; in parse_ip_address_ex() local
581 return host; in parse_ip_address_ex()
592 char *host = NULL; in php_tcp_sockop_bind() local
619 if (host == NULL) { in php_tcp_sockop_bind()
629 if (host) { in php_tcp_sockop_bind()
630 efree(host); in php_tcp_sockop_bind()
639 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect() local
674 if (host == NULL) { in php_tcp_sockop_connect()
683 efree(host); in php_tcp_sockop_connect()
706 if (host) { in php_tcp_sockop_connect()
[all …]

Completed in 47 milliseconds

12345678910>>...24