Lines Matching refs:mysqli_connect
2 mysqli_connect()
17 $tmp = @mysqli_connect('localhost');
23 if (!is_null($tmp = @mysqli_connect($obj)))
26 $tmp = @mysqli_connect($link);
31 $tmp = @mysqli_connect($link, $link);
36 $tmp = @mysqli_connect($link, $link, $link);
41 $tmp = @mysqli_connect($link, $link, $link, $link);
46 $tmp = @mysqli_connect($link, $link, $link, $link, $link);
51 $tmp = @mysqli_connect($link, $link, $link, $link, $link, $link);
56 if (!$link = mysqli_connect($host, $user, $passwd, $db, $port, $socket))
62 …if ($link = mysqli_connect($host, $user . 'unknown_really', $passwd . 'non_empty', $db, $port, $so…
71 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db, $port))) {
82 if (!is_object($link = mysqli_connect($host, $user, $passwd, $db))) {
93 if (!is_object($link = mysqli_connect($host, $user))) {
104 if (!is_object($link = mysqli_connect($host))) {
115 if (!is_object($link = mysqli_connect())) {
127 if (!is_object($link = mysqli_connect())) {
143 if (is_object($link = @mysqli_connect())) {
152 Warning: mysqli_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in %s on…