Home
last modified time | relevance | path

Searched refs:mysqli_fetch_array (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_assoc.phpt2 mysqli_fetch_array()
17 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC));
24 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC));
H A Dmysqli_fetch_array_many_rows.phpt2 mysqli_fetch_array()
28 while ($row = mysqli_fetch_array($res)) {
40 while ($row = mysqli_fetch_array($res, MYSQLI_BOTH)) {
78 while ($row = mysqli_fetch_array($res, MYSQLI_ASSOC)) {
96 while ($row = mysqli_fetch_array($res, MYSQLI_NUM)) {
H A Dmysqli_fetch_array.phpt2 mysqli_fetch_array() - all datatypes but BIT
17 var_dump(mysqli_fetch_array($res));
20 var_dump(mysqli_fetch_array($res, MYSQLI_NUM));
23 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH));
26 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC));
29 var_dump(mysqli_fetch_array($res));
37 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH));
51 mysqli_fetch_array($res, $illegal_mode);
57 mysqli_fetch_array($res, $illegal_mode);
99 if (!$row = mysqli_fetch_array($res, MYSQLI_BOTH)) {
[all …]
H A Dmysqli_multi_query.phpt22 while ($row = mysqli_fetch_array($res))
36 while ($row = mysqli_fetch_array($res))
49 while ($row = mysqli_fetch_array($res))
66 while ($row = mysqli_fetch_array($res)) {
H A Dmysqli_fetch_assoc_oo.phpt11 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_fetch_assoc.phpt11 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_more_results.phpt42 while ($row = mysqli_fetch_array($res))
H A Dmysqli_fetch_fields.phpt11 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_fetch_field_oo.phpt11 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_connect.phpt105 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH));
116 var_dump(mysqli_fetch_array($res, MYSQLI_NUM));
H A Dmysqli_fetch_field.phpt11 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_fetch_array_large.phpt2 mysqli_fetch_array() - large packages (to test compression)
H A Dmysqli_fetch_all.phpt285 mysqli_fetch_array($res, MYSQLI_ASSOC);
/PHP-8.3/ext/mysqli/
H A Dmysqli_arginfo.h733 ZEND_FUNCTION(mysqli_fetch_array);
848 ZEND_FE(mysqli_fetch_array, arginfo_mysqli_fetch_array)
997 …ZEND_ME_MAPPING(fetch_array, mysqli_fetch_array, arginfo_class_mysqli_result_fetch_array, ZEND_ACC…
H A Dmysqli.stub.php1439 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {}
H A Dmysqli_nonapi.c361 PHP_FUNCTION(mysqli_fetch_array) argument

Completed in 23 milliseconds