Searched refs:mysqli_fetch_array (Results 1 – 16 of 16) sorted by relevance
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_fetch_array_assoc.phpt | 2 mysqli_fetch_array() 16 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC)); 23 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC));
|
H A D | mysqli_fetch_array_many_rows.phpt | 2 mysqli_fetch_array() 26 while ($row = mysqli_fetch_array($res)) { 38 while ($row = mysqli_fetch_array($res, MYSQLI_BOTH)) { 76 while ($row = mysqli_fetch_array($res, MYSQLI_ASSOC)) { 94 while ($row = mysqli_fetch_array($res, MYSQLI_NUM)) {
|
H A D | mysqli_fetch_array.phpt | 2 mysqli_fetch_array() - all datatypes but BIT 18 var_dump(mysqli_fetch_array($res)); 21 var_dump(mysqli_fetch_array($res, MYSQLI_NUM)); 24 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH)); 27 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC)); 30 var_dump(mysqli_fetch_array($res)); 38 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH)); 52 mysqli_fetch_array($res, $illegal_mode); 58 mysqli_fetch_array($res, $illegal_mode); 100 if (!$row = mysqli_fetch_array($res, MYSQLI_BOTH)) { [all …]
|
H A D | mysqli_multi_query.phpt | 23 while ($row = mysqli_fetch_array($res)) 37 while ($row = mysqli_fetch_array($res)) 50 while ($row = mysqli_fetch_array($res)) 67 while ($row = mysqli_fetch_array($res)) {
|
H A D | mysqli_fetch_assoc.phpt | 12 …// 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 | 15 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_more_results.phpt | 43 while ($row = mysqli_fetch_array($res))
|
H A D | mysqli_fetch_fields.phpt | 12 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_connect.phpt | 104 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH)); 115 var_dump(mysqli_fetch_array($res, MYSQLI_NUM));
|
H A D | mysqli_fetch_field_oo.phpt | 12 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
|
H A D | mysqli_fetch_field.phpt | 12 …// 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 | 287 mysqli_fetch_array($res, MYSQLI_ASSOC);
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_arginfo.h | 713 ZEND_FUNCTION(mysqli_fetch_array); 841 ZEND_FE(mysqli_fetch_array, arginfo_mysqli_fetch_array) 1010 …ZEND_ME_MAPPING(fetch_array, mysqli_fetch_array, arginfo_class_mysqli_result_fetch_array, ZEND_ACC…
|
H A D | mysqli.stub.php | 580 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {} function
|
H A D | mysqli_nonapi.c | 420 PHP_FUNCTION(mysqli_fetch_array) argument
|
Completed in 26 milliseconds