Searched refs:mysqli_fetch_row (Results 1 – 13 of 13) sorted by relevance
2 mysqli_fetch_row()16 if (!is_null($tmp = @mysqli_fetch_row()))19 if (!is_null($tmp = @mysqli_fetch_row($link)))28 var_dump(mysqli_fetch_row($res));31 var_dump(mysqli_fetch_row($res));35 var_dump(mysqli_fetch_row($res));57 Warning: mysqli_fetch_row(): Couldn't fetch mysqli_result in %s on line %d
53 $row = mysqli_fetch_row($result);68 $row = mysqli_fetch_row($result);
49 if (!$row = mysqli_fetch_row($result))68 if (!$row = mysqli_fetch_row($result))
34 $test = mysqli_fetch_row($result);
41 $d = mysqli_fetch_row($result);
54 $row = mysqli_fetch_row($result);
51 while (($row = mysqli_fetch_row($result))) {
63 $row = mysqli_fetch_row($res);
20 assert(mysqli_fetch_row($res) === $row);
126 if (!$row = mysqli_fetch_row($res))
51 PHP_FUNCTION(mysqli_fetch_row);
428 PHP_FE(mysqli_fetch_row, arginfo_mysqli_only_result)608 PHP_FALIAS(fetch_row, mysqli_fetch_row, arginfo_mysqli_no_params)
1344 PHP_FUNCTION(mysqli_fetch_row) argument
Completed in 19 milliseconds