Lines Matching refs:port
13 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
14 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
15 $host, $user, $db, $port, $socket);
20 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
38 $link = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
43 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket)))
61 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
64 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
65 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
66 $host, $user, $db, $port, $socket);
68 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))