Home
last modified time | relevance | path

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

/PHP-8.1/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()
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 Dmysqli_fetch_array.phpt2 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 Dmysqli_multi_query.phpt24 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 Dmysqli_fetch_assoc.phpt13 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_fetch_assoc_oo.phpt16 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_more_results.phpt44 while ($row = mysqli_fetch_array($res))
H A Dmysqli_fetch_fields.phpt13 …// 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_oo.phpt13 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_fetch_field.phpt13 …// 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.phpt286 mysqli_fetch_array($res, MYSQLI_ASSOC);
/PHP-8.1/ext/mysqli/
H A Dmysqli_arginfo.h749 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 Dmysqli.stub.php830 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {} function
H A Dmysqli_nonapi.c425 PHP_FUNCTION(mysqli_fetch_array) argument

Completed in 26 milliseconds