Home
last modified time | relevance | path

Searched refs:host (Results 176 – 200 of 577) sorted by path

12345678910>>...24

/PHP-5.5/ext/mysql/tests/
H A Dmysql_error.phpt24 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
25 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
26 $host, $user, $db, $port, $socket);
51 if ($link = @mysql_connect($host . '_unknown', $user . '_unknown', $passwd, true)) {
52 …printf("[008] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, so…
53 $host . '_unknown', $user . '_unknown', $db, $port, $socket);
H A Dmysql_list_fields.phpt54 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
55 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
56 $host, $user, $db, $port, $socket);
H A Dmysql_max_links.phpt14 function my_connect($offset, $host, $user, $passwd, $db, $port, $socket) {
16 $host = sprintf("%s:%s", $host, $socket);
18 $host = sprintf("%s:%s", $host, $port);
20 $link = mysql_connect($host, $user, $passwd, true);
24 $offset, $host, $user, $passwd,
35 $links[0] = my_connect(10, $host, $user, $passwd, $db, $port, $socket);
36 $links[1] = my_connect(20, $host, $user, $passwd, $db, $port, $socket);
37 $links[2] = my_connect(30, $host, $user, $passwd, $db, $port, $socket);
47 $links[0] = my_connect(50, $host, $user, $passwd, $db, $port, $socket);
48 $links[2] = my_connect(60, $host, $user, $passwd, $db, $port, $socket);
[all …]
H A Dmysql_max_persistent.phpt16 // we might be able to specify the host using CURRENT_USER(), but...
34 function my_connect($offset, $host, $user, $passwd, $db, $port, $socket) {
36 $host = sprintf("%s:%s", $host, $socket);
38 $host = sprintf("%s:%s", $host, $port);
41 $link = mysql_pconnect($host, $user, $passwd);
44 $offset, $host, $user, $passwd,
58 $links[0] = my_connect(10, $host, $user, $passwd, $db, $port, $socket);
69 $links[0] = my_connect(40, $host, $user, $passwd, $db, $port, $socket);
82 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
84 $host, $myhost, $user, $db, $port, $socket);
[all …]
H A Dmysql_mysqlnd_read_timeout_long.phpt18 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
H A Dmysql_pconn_disable.phpt17 if (($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket, NULL, true)))
30 if (!($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket, NULL, true)))
39 if (!($plink = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)))
H A Dmysql_pconn_kill.phpt17 $myhost = sprintf("%s:%s", $host, $socket);
19 $myhost = sprintf("%s:%s", $host, $port);
21 $myhost = $host;
24 …printf("[001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
25 $host, $myhost, $user, $db, $port, $socket);
82 …printf("[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
83 $host, $myhost, $user, $db, $port, $socket);
89 …printf("[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
90 $host, $myhost, $user, $db, $port, $socket);
H A Dmysql_pconn_max_links.phpt10 $host = sprintf("%s:%s", $host, $socket);
12 $host = sprintf("%s:%s", $host, $port);
15 if (!$link = mysql_connect($host, $user, $passwd, true))
49 // we might be able to specify the host using CURRENT_USER(), but...
70 $host = sprintf("%s:%s", $host, $socket);
72 $host = sprintf("%s:%s", $host, $port);
74 if (!$plink = mysql_pconnect($host, $user, $passwd))
131 if ($plink = @mysql_pconnect($host, 'pcontest', 'pcontest'))
150 if (!$plink = mysql_pconnect($host, 'pcontest', 'newpass'))
176 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
[all …]
H A Dmysql_pconn_reuse.phpt19 $myhost = sprintf("%s:%s", $host, $socket);
21 $myhost = sprintf("%s:%s", $host, $port);
23 $myhost = $host;
H A Dmysql_pconnect.phpt22 …$myhost = (is_null($socket)) ? ((is_null($port)) ? $host : $host . ':' . $port) : $host . ':' . $s…
24 …printf("[002] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
25 $host, $myhost, $user, $db, $port, $socket);
30 …printf("[003] Can connect to the server using host=%s/%s, user=%s, passwd=***non_empty, dbname=%s,…
31 $host, $myhost, $user . 'unknown_really', $db, $port, $socket);
43 if (!is_resource($link = mysql_pconnect($host, $user, $passwd, true))) {
53 if (!is_resource($link = mysql_pconnect($host, $user, $passwd, true))) {
H A Dmysql_query.phpt100 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
101 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
102 $host, $myhost, $user, $db, $port, $socket);
H A Dmysql_query_load_data_openbasedir.phpt21 if ($socket == "" && $host != NULL && $host != 'localhost' && $host != '.') {
23 if (gethostbyaddr($host) != gethostname()) {
45 $host = sprintf("%s:%s", $host, $socket);
47 $host = sprintf("%s:%s", $host, $port);
49 if (!$link = mysql_connect($host, $user, $passwd, true, 128)) {
50 printf("[001] Cannot connect using host '%s', user '%s', password '****', [%d] %s\n",
51 $host, $user, $passwd,
H A Dmysql_select_db.phpt18 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket))
19 …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 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);
H A Dmysql_sql_safe_mode.phpt17 $host = sprintf("%s:%s", $host, $socket);
19 $host = sprintf("%s:%s", $host, $port);
21 if ($link = mysql_connect($host, $user, $passwd, true)) {
26 if ($link = mysql_pconnect($host, $user, $passwd)) {
33 Notice: mysql_connect(): SQL safe mode in effect - ignoring host/user/password information in %s on…
37 Notice: mysql_pconnect(): SQL safe mode in effect - ignoring host/user/password information in %s o…
H A Dmysql_unbuffered_query.phpt94 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
95 …printf("[clean] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, por…
96 $host, $myhost, $user, $db, $port, $socket);
H A Dsetupdefault.inc6 ini_set('mysql.default_host', $host);
H A Dskipifconnectfailure.inc5 $myhost = sprintf("%s:%s", $host, $socket);
7 $myhost = sprintf("%s:%s", $host, $port);
H A Dtable.inc5 if (!$link = my_mysql_connect($host, $user, $passwd, $db, $port, $socket)) {
6 …printf("Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, so…
7 $host, $myhost, $user, $db, $port, $socket);
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c155 ZEND_ARG_INFO(0, host)
165 ZEND_ARG_INFO(0, host)
175 ZEND_ARG_INFO(0, host)
/PHP-5.5/ext/mysqli/tests/
H A D001.phpt16 $link = my_mysqli_connect($host, $user, $passwd, "", $port, $socket);
22 $test.= (my_mysqli_real_connect($link, $host, $user, $passwd, "", $port, $socket) )
28 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
34 $test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
43 if (!my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
52 …$test .= (my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_…
H A D002.phpt13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
52 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D003.phpt12 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
78 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D004.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
56 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
H A D005.phpt13 $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket);
46 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))

Completed in 35 milliseconds

12345678910>>...24