Searched refs:fetch_assoc (Results 1 – 25 of 59) sorted by relevance
123
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_fetch_assoc_oo.phpt | 34 var_dump($res->fetch_assoc()); 37 var_dump($res->fetch_assoc()); 45 var_dump($res->fetch_assoc()); 50 $res->fetch_assoc();
|
H A D | mysqli_stmt_execute_bind.phpt | 26 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 D | bug55582.phpt | 24 var_dump($res->fetch_assoc()); 30 var_dump($res->fetch_assoc());
|
H A D | bug31668.phpt | 18 while ($arr = $res->fetch_assoc()) { 32 while ($arr = $res->fetch_assoc()) {
|
H A D | mysqli_autocommit_oo.phpt | 37 $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 D | ghsa-h35g-vwh6-m678-query-len-overflow.phpt | 24 while ($row = $result->fetch_assoc()) { 44 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after end of …
|
H A D | mysqli_connect_oo_defaults.phpt | 36 $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 D | ghsa-h35g-vwh6-m678-stmt-row-float.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-int.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-no-space.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. No packet space left for the field …
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-string.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-time.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-bit.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-date.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-datetime.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | ghsa-h35g-vwh6-m678-stmt-row-double.phpt | 26 while ($row = $result->fetch_assoc()) { 49 Warning: mysqli_result::fetch_assoc(): Malformed server packet. Field length pointing after the end…
|
H A D | bug51647.phpt | 59 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 D | mysqli_store_result_copy.phpt | 37 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 D | mysqli_change_user_oo.phpt | 47 $tmp = $res->fetch_assoc(); 57 $tmp = $res->fetch_assoc(); 67 $tmp = $res->fetch_assoc();
|
H A D | 069.phpt | 18 while ($arr = $res->fetch_assoc()) {
|
H A D | ps_cursor_multiple_result_sets.phpt | 63 while ($row = $result->fetch_assoc()) { 69 while ($row = $result->fetch_assoc()) {
|
H A D | bug66124.phpt | 55 while ($row = $result->fetch_assoc()) { 84 while ($row = $result->fetch_assoc()) {
|
H A D | mysqli_data_seek_oo.phpt | 32 $row = $res->fetch_assoc(); 39 $row = $res->fetch_assoc();
|
H A D | mysqli_character_set_name_oo.phpt | 23 $tmp = $res->fetch_assoc(); 34 $tmp = $res->fetch_assoc();
|
H A D | bug75018.phpt | 30 while ($row = $result->fetch_assoc()) {
|
Completed in 17 milliseconds
123