Searched refs:mysqli_fetch_assoc (Results 1 – 25 of 98) sorted by relevance
1234
2 mysqli_fetch_assoc()17 var_dump(mysqli_fetch_assoc($res));24 var_dump(mysqli_fetch_assoc($res));31 var_dump(mysqli_fetch_assoc($res));38 var_dump(mysqli_fetch_assoc($res));49 var_dump(mysqli_fetch_assoc($res));59 var_dump(mysqli_fetch_assoc($res));69 var_dump(mysqli_fetch_assoc($res));79 var_dump(mysqli_fetch_assoc($res));
2 mysqli_fetch_assoc()19 var_dump(mysqli_fetch_assoc($res));22 var_dump(mysqli_fetch_assoc($res));48 var_dump(mysqli_fetch_assoc($res));53 mysqli_fetch_assoc($res);
21 $row = mysqli_fetch_assoc($res);33 $row = mysqli_fetch_assoc($res);47 $row = mysqli_fetch_assoc($res);60 $row = mysqli_fetch_assoc($res);74 $row = mysqli_fetch_assoc($res);
16 $tmp = mysqli_fetch_assoc($res);27 $tmp = mysqli_fetch_assoc($res);48 $tmp = mysqli_fetch_assoc($res);61 $tmp = mysqli_fetch_assoc($res);
2 mysqli_fetch_assoc() - utf815 if (!$tmp = mysqli_fetch_assoc($res))26 if (!$tmp = mysqli_fetch_assoc($res))53 var_dump(mysqli_fetch_assoc($res));73 while ($row = mysqli_fetch_assoc($res)) {
23 while ($row = mysqli_fetch_assoc($res)) {34 while ($row = mysqli_fetch_assoc($res)) {52 while ($row = mysqli_fetch_assoc($res)) {72 while ($row = mysqli_fetch_assoc($res)) {
35 $tmp = mysqli_fetch_assoc($res);45 $tmp = mysqli_fetch_assoc($res);66 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))80 $tmp = mysqli_fetch_assoc($res);100 $tmp = mysqli_fetch_assoc($res);114 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
29 var_dump(mysqli_fetch_assoc($res));42 var_dump(mysqli_fetch_assoc($res));55 var_dump(mysqli_fetch_assoc($res));56 while (mysqli_fetch_assoc($res))80 var_dump(mysqli_fetch_assoc($res));110 if (!($row = mysqli_fetch_assoc($res)) || $row['_vers'] == 'unknown')137 if (!($row = mysqli_fetch_assoc($res)) || $row['_vers'] !== 'myversion')
26 if (!$row = mysqli_fetch_assoc($res))39 if (!$row = mysqli_fetch_assoc($res))52 if (!$row = mysqli_fetch_assoc($res))
20 $tmp = mysqli_fetch_assoc($res);27 if (!mysqli_fetch_assoc($res))32 $tmp = mysqli_fetch_assoc($res);39 $tmp = mysqli_fetch_assoc($res);
36 if (!$row = mysqli_fetch_assoc($res))57 if (!$row = mysqli_fetch_assoc($res))77 if (!$row = mysqli_fetch_assoc($res))91 if (!$row = mysqli_fetch_assoc($res))
36 $row = mysqli_fetch_assoc($res);43 $row = mysqli_fetch_assoc($res);56 $row = mysqli_fetch_assoc($res);71 $row = mysqli_fetch_assoc($res);
25 if (!$row = mysqli_fetch_assoc($res))39 if (!$row = mysqli_fetch_assoc($res))53 if (!$row = mysqli_fetch_assoc($res))76 if (!$row = mysqli_fetch_assoc($res))
31 while ($row = mysqli_fetch_assoc($res))33 var_dump(mysqli_fetch_assoc($res));46 while ($row = mysqli_fetch_assoc($res))48 var_dump(mysqli_fetch_assoc($res));105 mysqli_fetch_assoc($res);
37 $tmp = mysqli_fetch_assoc($res);47 $tmp = mysqli_fetch_assoc($res);82 $tmp = mysqli_fetch_assoc($res);105 $tmp = mysqli_fetch_assoc($res);115 $tmp = mysqli_fetch_assoc($res);125 $tmp = mysqli_fetch_assoc($res);
20 while ($row = mysqli_fetch_assoc($res))36 if (!$defaults = mysqli_fetch_assoc($res))86 if (!$modified = mysqli_fetch_assoc($res))105 if (!$new = mysqli_fetch_assoc($res))
28 var_dump(mysqli_fetch_assoc($res));41 $tmp = mysqli_fetch_assoc($res);56 $tmp = mysqli_fetch_assoc($res);
26 while ($row = mysqli_fetch_assoc($res))42 if (!$row = mysqli_fetch_assoc($res))59 while ($row = mysqli_fetch_assoc($res))102 while ($row = mysqli_fetch_assoc($res))
31 var_dump(mysqli_fetch_assoc($res));37 var_dump($tmp = mysqli_fetch_assoc($res));51 $tmp = mysqli_fetch_assoc($res);66 $tmp = mysqli_fetch_assoc($res);
2 mysqli_fetch_assoc() - ZEROFILL35 $row = mysqli_fetch_assoc($res);
18 $row = mysqli_fetch_assoc($res);25 $row = mysqli_fetch_assoc($res);
13 $row = mysqli_fetch_assoc($res);123 if (!$tmp = mysqli_fetch_assoc($res)) {141 if ($res && $tmp = mysqli_fetch_assoc($res)) {145 } while ($tmp = mysqli_fetch_assoc($res));
42 $tmp = mysqli_fetch_assoc($res);52 $tmp = mysqli_fetch_assoc($res);62 $tmp = mysqli_fetch_assoc($res);91 $tmp = mysqli_fetch_assoc($res);
2 Bug GH-14255 (mysqli_fetch_assoc reports error from nested query)
17 $row = mysqli_fetch_assoc($res);
Completed in 23 milliseconds