Lines Matching refs:host
16 $host = 'p:' . $host;
21 if (!mysqli_real_connect($link, $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);
29 …if (false !== ($tmp = mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_e…
30 …onnect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n"…
34 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
43 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
52 if (!mysqli_real_connect($link, $host, $user)) {
61 if (!mysqli_real_connect($link, $host)) {
69 ini_set('mysqli.default_host', $host);
79 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
98 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
119 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
140 if (NULL === ($tmp = mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))