Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_array_assoc.phpt2 mysqli_fetch_array()
16 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC));
23 var_dump(mysqli_fetch_array($res, MYSQLI_ASSOC));
H A Dmysqli_fetch_array_many_rows.phpt2 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 Dmysqli_fetch_array.phpt2 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 Dmysqli_multi_query.phpt23 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 Dmysqli_fetch_assoc.phpt12 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_fetch_assoc_oo.phpt15 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_more_results.phpt43 while ($row = mysqli_fetch_array($res))
H A Dmysqli_fetch_fields.phpt12 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_connect.phpt104 var_dump(mysqli_fetch_array($res, MYSQLI_BOTH));
115 var_dump(mysqli_fetch_array($res, MYSQLI_NUM));
H A Dmysqli_fetch_field_oo.phpt12 …// Note: no SQL type tests, internally the same function gets used as for mysqli_fetch_array() whi…
H A Dmysqli_fetch_field.phpt12 …// 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.phpt287 mysqli_fetch_array($res, MYSQLI_ASSOC);
/PHP-8.0/ext/mysqli/
H A Dmysqli_arginfo.h713 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 Dmysqli.stub.php580 function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BOTH): array|null|false {} function
H A Dmysqli_nonapi.c420 PHP_FUNCTION(mysqli_fetch_array) argument

Completed in 26 milliseconds