Home
last modified time | relevance | path

Searched refs:mysqli_fetch_assoc (Results 1 – 25 of 95) sorted by relevance

1234

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_no_alias.phpt2 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));
H A Dmysqli_fetch_assoc.phpt2 mysqli_fetch_assoc()
18 if (!is_null($tmp = @mysqli_fetch_assoc()))
21 if (!is_null($tmp = @mysqli_fetch_assoc($link)))
30 var_dump(mysqli_fetch_assoc($res));
33 var_dump(mysqli_fetch_assoc($res));
59 var_dump(mysqli_fetch_assoc($res));
63 if (NULL !== ($tmp = mysqli_fetch_assoc($res)))
118 Warning: mysqli_fetch_assoc(): Couldn't fetch mysqli_result in %s on line %d
H A Dmysqli_pconn_limits.phpt24 $row = mysqli_fetch_assoc($res);
36 $row = mysqli_fetch_assoc($res);
50 $row = mysqli_fetch_assoc($res);
63 $row = mysqli_fetch_assoc($res);
77 $row = mysqli_fetch_assoc($res);
H A Dmysqli_reconnect.phpt30 while ($row = mysqli_fetch_assoc($res))
46 if (!$row = mysqli_fetch_assoc($res))
63 while ($row = mysqli_fetch_assoc($res))
78 if (!$row = mysqli_fetch_assoc($res))
100 while ($row = mysqli_fetch_assoc($res))
116 if (!$row = mysqli_fetch_assoc($res))
H A Dmysqli_change_user_rollback.phpt28 if (!$row = mysqli_fetch_assoc($res))
41 if (!$row = mysqli_fetch_assoc($res))
54 if (!$row = mysqli_fetch_assoc($res))
H A Dmysqli_fetch_assoc_no_alias_utf8.phpt2 mysqli_fetch_assoc() - utf8
16 if (!$tmp = mysqli_fetch_assoc($res))
27 if (!$tmp = mysqli_fetch_assoc($res))
49 var_dump(mysqli_fetch_assoc($res));
69 while ($row = mysqli_fetch_assoc($res)) {
H A Dmysqli_get_charset.phpt31 $tmp = mysqli_fetch_assoc($res);
42 $tmp = mysqli_fetch_assoc($res);
49 $tmp = mysqli_fetch_assoc($res);
58 $tmp = mysqli_fetch_assoc($res);
65 $tmp = mysqli_fetch_assoc($res);
H A Dmysqli_autocommit.phpt48 $tmp = mysqli_fetch_assoc($res);
58 $tmp = mysqli_fetch_assoc($res);
79 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
93 $tmp = mysqli_fetch_assoc($res);
113 $tmp = mysqli_fetch_assoc($res);
127 if ((!$tmp = mysqli_fetch_assoc($res)) || (1 != $tmp['num']))
H A Dmysqli_query_stored_proc.phpt30 var_dump(mysqli_fetch_assoc($res));
43 var_dump(mysqli_fetch_assoc($res));
56 var_dump(mysqli_fetch_assoc($res));
57 while (mysqli_fetch_assoc($res))
81 var_dump(mysqli_fetch_assoc($res));
111 if (!$row = mysqli_fetch_assoc($res) ||
139 if (!$row = mysqli_fetch_assoc($res) ||
H A Dmysqli_change_user_locks_temporary.phpt36 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))
H A Dmysqli_result_references.phpt21 while ($row = mysqli_fetch_assoc($res)) {
32 while ($row = mysqli_fetch_assoc($res)) {
50 while ($row = mysqli_fetch_assoc($res)) {
69 while ($row = mysqli_fetch_assoc($res)) {
H A Dmysqli_pconn_reuse.phpt36 $row = mysqli_fetch_assoc($res);
43 $row = mysqli_fetch_assoc($res);
56 $row = mysqli_fetch_assoc($res);
71 $row = mysqli_fetch_assoc($res);
H A Dmysqli_change_user_set_names.phpt15 $tmp = mysqli_fetch_assoc($res);
35 while ($row = mysqli_fetch_assoc($res))
51 if (!$defaults = mysqli_fetch_assoc($res))
101 if (!$modified = mysqli_fetch_assoc($res))
120 if (!$new = mysqli_fetch_assoc($res))
H A Dmysqli_stmt_get_result2.phpt47 while ($row = mysqli_fetch_assoc($res))
49 var_dump(mysqli_fetch_assoc($res));
62 while ($row = mysqli_fetch_assoc($res))
64 var_dump(mysqli_fetch_assoc($res));
121 $row = mysqli_fetch_assoc($res);
H A Dmysqli_select_db.phpt37 if (!$row = mysqli_fetch_assoc($res))
51 if (!$row = mysqli_fetch_assoc($res))
65 if (!$row = mysqli_fetch_assoc($res))
88 if (!$row = mysqli_fetch_assoc($res))
H A Dmysqli_change_user_get_lock.phpt26 if (!$row = mysqli_fetch_assoc($res))
49 if (!$row = mysqli_fetch_assoc($res))
61 if (!$row = mysqli_fetch_assoc($res))
86 if (!$row = mysqli_fetch_assoc($res))
H A Dmysqli_fetch_assoc_zerofill.phpt2 mysqli_fetch_assoc() - ZEROFILL
35 $row = mysqli_fetch_assoc($res);
H A Dmysqli_no_reconnect.phpt28 while ($row = mysqli_fetch_assoc($res))
44 if (!$row = mysqli_fetch_assoc($res))
61 while ($row = mysqli_fetch_assoc($res))
107 while ($row = mysqli_fetch_assoc($res))
H A Dmysqli_insert_packet_overflow.phpt31 if (!$row = mysqli_fetch_assoc($res))
61 if (!$row = mysqli_fetch_assoc($res))
92 if (!$row = mysqli_fetch_assoc($res)) {
H A Dlocal_infile_tools.inc14 $row = mysqli_fetch_assoc($res);
125 if (!$tmp = mysqli_fetch_assoc($res)) {
143 if ($res && $tmp = mysqli_fetch_assoc($res)) {
147 } while ($tmp = mysqli_fetch_assoc($res));
H A Dmysqli_query.phpt42 var_dump(mysqli_fetch_assoc($res));
48 var_dump($tmp = mysqli_fetch_assoc($res));
62 $tmp = mysqli_fetch_assoc($res);
77 $tmp = mysqli_fetch_assoc($res);
H A Dmysqli_set_charset.phpt21 !($tmp = mysqli_fetch_assoc($res))) {
71 $tmp = mysqli_fetch_assoc($res);
96 $tmp = mysqli_fetch_assoc($res);
104 while ($tmp = mysqli_fetch_assoc($res)) {
H A Dmysqli_change_user.phpt54 $tmp = mysqli_fetch_assoc($res);
64 $tmp = mysqli_fetch_assoc($res);
74 $tmp = mysqli_fetch_assoc($res);
103 $tmp = mysqli_fetch_assoc($res);
H A Dmysqli_character_set.phpt29 $tmp = mysqli_fetch_assoc($res);
43 while ($row = mysqli_fetch_assoc($res))
85 if (!$tmp = mysqli_fetch_assoc($res))
H A Dmysqli_fork.phpt47 var_dump(mysqli_fetch_assoc($res));
97 while ($row = mysqli_fetch_assoc($res)) {
112 $tmp = mysqli_fetch_assoc($pres);
145 $row = mysqli_fetch_assoc($pres);
167 if (!$parent_row = mysqli_fetch_assoc($res)) {
219 while ($row = mysqli_fetch_assoc($res))

Completed in 44 milliseconds

1234