Home
last modified time | relevance | path

Searched refs:fetch_assoc (Results 1 – 25 of 59) sorted by relevance

123

/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_oo.phpt34 var_dump($res->fetch_assoc());
37 var_dump($res->fetch_assoc());
45 var_dump($res->fetch_assoc());
50 $res->fetch_assoc();
H A Dmysqli_stmt_execute_bind.phpt26 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']);
32 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']);
94 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']);
100 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a']);
106 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']);
108 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>'abc', 'num' => '42']);
120 assert($stmt->get_result()->fetch_assoc() === ['label'=>'a', 'anon'=>null, 'num' => null]);
H A Dbug55582.phpt24 var_dump($res->fetch_assoc());
30 var_dump($res->fetch_assoc());
H A Dbug31668.phpt18 while ($arr = $res->fetch_assoc()) {
32 while ($arr = $res->fetch_assoc()) {
H A Dmysqli_autocommit_oo.phpt37 $tmp = $res->fetch_assoc();
47 $tmp = $res->fetch_assoc();
68 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
83 $tmp = $res->fetch_assoc();
103 $tmp = $res->fetch_assoc();
117 if ((!$tmp = $res->fetch_assoc()) || (1 != $tmp['num']))
H A Dghsa-h35g-vwh6-m678-query-len-overflow.phpt24 while ($row = $result->fetch_assoc()) {
44 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after end of …
H A Dmysqli_connect_oo_defaults.phpt36 $tmp = $res->fetch_assoc();
59 var_dump($res->fetch_assoc());
77 var_dump($res->fetch_assoc());
95 var_dump($res->fetch_assoc());
118 $tmp = $res->fetch_assoc();
H A Dghsa-h35g-vwh6-m678-stmt-row-float.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dghsa-h35g-vwh6-m678-stmt-row-int.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dghsa-h35g-vwh6-m678-stmt-row-no-space.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. No packet space left for the field …
H A Dghsa-h35g-vwh6-m678-stmt-row-string.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dghsa-h35g-vwh6-m678-stmt-row-time.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dghsa-h35g-vwh6-m678-stmt-row-bit.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dghsa-h35g-vwh6-m678-stmt-row-date.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dghsa-h35g-vwh6-m678-stmt-row-datetime.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dghsa-h35g-vwh6-m678-stmt-row-double.phpt26 while ($row = $result->fetch_assoc()) {
49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
H A Dbug51647.phpt59 while ($row = $res->fetch_assoc())
69 if (!$row = $res->fetch_assoc())
89 while ($row = $res->fetch_assoc())
99 if (!$row = $res->fetch_assoc())
H A Dmysqli_store_result_copy.phpt37 var_dump($res->fetch_assoc());
43 while ($row = $res->fetch_assoc()) {
68 $row = $res->fetch_assoc();
89 while ($row = $res->fetch_assoc()) {
104 while ($row = $res->fetch_assoc()) {
143 var_dump($res->fetch_assoc());
154 var_dump($res->fetch_assoc());
H A Dmysqli_change_user_oo.phpt47 $tmp = $res->fetch_assoc();
57 $tmp = $res->fetch_assoc();
67 $tmp = $res->fetch_assoc();
H A D069.phpt18 while ($arr = $res->fetch_assoc()) {
H A Dps_cursor_multiple_result_sets.phpt63 while ($row = $result->fetch_assoc()) {
69 while ($row = $result->fetch_assoc()) {
H A Dbug66124.phpt55 while ($row = $result->fetch_assoc()) {
84 while ($row = $result->fetch_assoc()) {
H A Dmysqli_data_seek_oo.phpt32 $row = $res->fetch_assoc();
39 $row = $res->fetch_assoc();
H A Dmysqli_character_set_name_oo.phpt23 $tmp = $res->fetch_assoc();
34 $tmp = $res->fetch_assoc();
H A Dbug75018.phpt30 while ($row = $result->fetch_assoc()) {

Completed in 15 milliseconds

123