Lines Matching refs:mysqli
17 $mysqli = new mysqli();
18 $res = @new mysqli_result($mysqli);
23 if (!$mysqli = new my_mysqli($host, $user, $passwd, $db, $port, $socket))
27 if (!$res = $mysqli->query("SELECT id AS ID, label FROM test AS TEST ORDER BY id LIMIT 5")) {
28 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
51 printf("[007] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
67 printf("[008] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
84 printf("[009] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
95 printf("[010] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
104 printf("[011] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
114 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
124 $mysqli->close();