Lines Matching refs:null

243 	func_mysqli_fetch_array($link, $engine, "BINARY(1)", "a", "a", 630, null, true);
244 func_mysqli_fetch_array($link, $engine, "BINARY(2)", chr(0) . "a", chr(0) . "a", 640, null, true);
245 func_mysqli_fetch_array($link, $engine, "BINARY(1) NOT NULL", "b", "b", 650, null, true);
246 func_mysqli_fetch_array($link, $engine, "BINARY(1)", NULL, NULL, 660, null, true);
248 func_mysqli_fetch_array($link, $engine, "VARBINARY(1)", "a", "a", 670, null, true);
249 …func_mysqli_fetch_array($link, $engine, "VARBINARY(2)", chr(0) . "a", chr(0) . "a", 680, null, tru…
250 func_mysqli_fetch_array($link, $engine, "VARBINARY(1) NOT NULL", "b", "b", 690, null, true);
251 func_mysqli_fetch_array($link, $engine, "VARBINARY(1)", NULL, NULL, 700, null, true);
253 func_mysqli_fetch_array($link, $engine, "TINYBLOB", "a", "a", 710, null, true);
254 func_mysqli_fetch_array($link, $engine, "TINYBLOB", chr(0) . "a", chr(0) . "a", 720, null, true);
255 func_mysqli_fetch_array($link, $engine, "TINYBLOB NOT NULL", "b", "b", 730, null, true);
256 func_mysqli_fetch_array($link, $engine, "TINYBLOB", NULL, NULL, 740, null, true);
262 func_mysqli_fetch_array($link, $engine, "BLOB", "a", "a", 780, null, true);
263 func_mysqli_fetch_array($link, $engine, "BLOB", chr(0) . "a", chr(0) . "a", 780, null, true);
264 func_mysqli_fetch_array($link, $engine, "BLOB", NULL, NULL, 790, null, true);
270 func_mysqli_fetch_array($link, $engine, "MEDIUMBLOB", "a", "a", 830, null, true);
271 func_mysqli_fetch_array($link, $engine, "MEDIUMBLOB", chr(0) . "a", chr(0) . "a", 840, null, true);
272 func_mysqli_fetch_array($link, $engine, "MEDIUMBLOB", NULL, NULL, 850, null, true);
278 func_mysqli_fetch_array($link, $engine, "LONGBLOB", "a", "a", 890, null, true);
280 func_mysqli_fetch_array($link, $engine, "LONGBLOB", NULL, NULL, 910, null, true);
290 if (null !== ($tmp = mysqli_fetch_array($res, MYSQLI_ASSOC)))