Lines Matching refs:port
19 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
20 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
21 $host, $user, $db, $port, $socket);
23 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
37 $link = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
39 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket)))
53 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
56 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
57 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
58 $host, $user, $db, $port, $socket);
60 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))