Searched refs:mysqli_fetch_array (Results 1 – 16 of 16) sorted by relevance
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_assoc.phpt | 2 mysqli_fetch_array() 17 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC)); 24 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC));
|
H A D | mysqli_fetch_array_many_rows.phpt | 2 mysqli_fetch_array() 27 while ($row = mysqli_fetch_array($res)) { 39 while ($row = mysqli_fetch_array($res, MYSQLI_BOTH)) { 77 while ($row = mysqli_fetch_array($res, MYSQLI_ASSOC)) { 95 while ($row = mysqli_fetch_array($res, MYSQLI_NUM)) {
|
H A D | mysqli_fetch_array.phpt | 2 mysqli_fetch_array() - all datatypes but BIT 19 var_dump(mysqli_fetch_array($res)); 22 var_dump(mysqli_fetch_array($res, MYSQLI_NUM)); 25 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH)); 28 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC)); 31 var_dump(mysqli_fetch_array($res)); 39 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH)); 53 mysqli_fetch_array($res, $illegal_mode); 59 mysqli_fetch_array($res, $illegal_mode); 101 if (!$row = mysqli_fetch_array($res, MYSQLI_BOTH)) { [all …]
|
H A D | mysqli_multi_query.phpt | 24 while ($row = mysqli_fetch_array($res)) 38 while ($row = mysqli_fetch_array($res)) 51 while ($row = mysqli_fetch_array($res)) 68 while ($row = mysqli_fetch_array($res)) {
|
H A D | mysqli_fetch_assoc.phpt | 13 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_fetch_assoc_oo.phpt | 16 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_more_results.phpt | 44 while ($row = mysqli_fetch_array($res))
|
H A D | mysqli_fetch_fields.phpt | 13 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_connect.phpt | 105 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH)); 116 var_dump(mysqli_fetch_array($res, MYSQLI_NUM));
|
H A D | mysqli_fetch_field_oo.phpt | 13 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_fetch_field.phpt | 13 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_fetch_array_large.phpt | 2 mysqli_fetch_array() - large packages (to test compression)
|
H A D | mysqli_fetch_all.phpt | 286 mysqli_fetch_array($res, MYSQLI_ASSOC);
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_arginfo.h | 749 ZEND_FUNCTION(mysqli_fetch_array); 875 ZEND_FE(mysqli_fetch_array, arginfo_mysqli_fetch_array) 1041 …ZEND_ME_MAPPING(fetch_array, mysqli_fetch_array, arginfo_class_mysqli_result_fetch_array, ZEND_ACC…
|
H A D | mysqli.stub.php | 830 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {} function
|
H A D | mysqli_nonapi.c | 425 PHP_FUNCTION(mysqli_fetch_array) argument
|
Completed in 36 milliseconds