Lines Matching refs:host
19 $host = 'p:' . $host;
24 if (!mysqli_real_connect($link, $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);
32 …if (false !== ($tmp = mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_e…
33 …onnect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n"…
37 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
46 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
55 if (!mysqli_real_connect($link, $host, $user)) {
64 if (!mysqli_real_connect($link, $host)) {
72 ini_set('mysqli.default_host', $host);
82 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
101 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
123 printf("[022] Usage of mysqli.default_host=p:%s (persistent) failed\n", $host) ;
145 if (NULL === ($tmp = mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))