Lines Matching refs:port

19     if (!$link = my_mysqli_connect($phost, $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 $phost, $user, $db, $port, $socket);
26 if (true !== ($tmp = my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
44 $link = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
49 if (true !== ($tmp = $link->real_connect($host, $user, $passwd, $db, $port, $socket)))
67 if (true !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))
70 if (!$link = mysqli_connect($phost, $user, $passwd, $db, $port, $socket))
71 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
72 $phost, $user, $db, $port, $socket);
74 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
79 if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
80 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
81 $host, $user, $db, $port, $socket);
86 … if (true !== ($tmp = my_mysqli_real_connect($link, $phost, $user, $passwd, $db, $port, $socket)))
104 $link = new my_mysqli($host, $user, $passwd, $db, $port, $socket);
109 if (true !== ($tmp = $link->real_connect($phost, $user, $passwd, $db, $port, $socket)))
127 if (true !== ($tmp = $link->connect($host, $user, $passwd, $db, $port, $socket)))
130 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
131 … Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socket=%s\n",
132 $host, $user, $db, $port, $socket);
134 if (true !== ($tmp = $link->connect($phost, $user, $passwd, $db, $port, $socket)))