Searched refs:fetch_assoc (Results 1 – 25 of 45) sorted by relevance
12
33 var_dump($res->fetch_assoc());36 var_dump($res->fetch_assoc());44 var_dump($res->fetch_assoc());49 $res->fetch_assoc();
23 var_dump($res->fetch_assoc());29 var_dump($res->fetch_assoc());
17 while ($arr = $res->fetch_assoc()) {31 while ($arr = $res->fetch_assoc()) {
36 $tmp = $res->fetch_assoc();46 $tmp = $res->fetch_assoc();67 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))82 $tmp = $res->fetch_assoc();102 $tmp = $res->fetch_assoc();116 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
35 $tmp = $res->fetch_assoc();58 var_dump($res->fetch_assoc());76 var_dump($res->fetch_assoc());94 var_dump($res->fetch_assoc());117 $tmp = $res->fetch_assoc();
58 while ($row = $res->fetch_assoc())68 if (!$row = $res->fetch_assoc())88 while ($row = $res->fetch_assoc())98 if (!$row = $res->fetch_assoc())
62 while ($row = $result->fetch_assoc()) {68 while ($row = $result->fetch_assoc()) {
36 var_dump($res->fetch_assoc());42 while ($row = $res->fetch_assoc()) {67 $row = $res->fetch_assoc();88 while ($row = $res->fetch_assoc()) {103 while ($row = $res->fetch_assoc()) {142 var_dump($res->fetch_assoc());153 var_dump($res->fetch_assoc());
17 while ($arr = $res->fetch_assoc()) {
46 $tmp = $res->fetch_assoc();56 $tmp = $res->fetch_assoc();66 $tmp = $res->fetch_assoc();
54 while ($row = $result->fetch_assoc()) {83 while ($row = $result->fetch_assoc()) {
29 while ($row = $result->fetch_assoc()) {
31 $row = $res->fetch_assoc();38 $row = $res->fetch_assoc();
22 $tmp = $res->fetch_assoc();33 $tmp = $res->fetch_assoc();
21 while ($row = $res->fetch_assoc())
35 var_dump($res->fetch_assoc());
34 var_dump($res->fetch_assoc());
36 var_dump($res->fetch_assoc());
12 if ($result->fetch_assoc()['Value'] < 0xffffff) {
27 while ($row = $res->fetch_assoc()) {40 if (!($row = $res->fetch_assoc())) {
88 while ($row = $result->fetch_assoc()) {92 while ($row = $result2->fetch_assoc()) {
39 while ($row = $res->fetch_assoc()) {
34 while ($row = $objResult->fetch_assoc()) {
Completed in 19 milliseconds