Home
last modified time | relevance | path

Searched refs:mysqli_fetch_all (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/mysqli/tests/
H A Dbug75434.phpt2 Bug #75434 Wrong reflection for mysqli_fetch_all function
10 $rf = new ReflectionFunction('mysqli_fetch_all');
H A Dmysqli_fetch_all.phpt2 mysqli_fetch_all()
8 if (!function_exists('mysqli_fetch_all'))
18 if (!is_null($tmp = @mysqli_fetch_all()))
21 if (!is_null($tmp = @mysqli_fetch_all($link)))
30 var_dump(mysqli_fetch_all($res));
38 var_dump(mysqli_fetch_all($res, MYSQLI_NUM));
46 var_dump(mysqli_fetch_all($res, MYSQLI_BOTH));
57 var_dump(mysqli_fetch_all($res));
68 var_dump(mysqli_fetch_all($res));
74 var_dump(mysqli_fetch_all($res, MYSQLI_BOTH));
[all …]
H A Dmysqli_stmt_get_result_non_select.phpt34 $engines = mysqli_fetch_all($res, MYSQLI_NUM);
H A Dmysqli_store_result_copy.phpt124 foreach (mysqli_fetch_all($res, MYSQLI_ASSOC) as $row) {
H A Dmysqli_fetch_all_oo.phpt9 if (!function_exists('mysqli_fetch_all'))
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.h41 PHP_FUNCTION(mysqli_fetch_all);
H A Dmysqli_fe.c433 PHP_FE(mysqli_fetch_all, arginfo_mysqli_fetch_array)
613 PHP_FALIAS(fetch_all, mysqli_fetch_all, arginfo_class_mysqli_fetch_array)
H A Dmysqli_nonapi.c431 PHP_FUNCTION(mysqli_fetch_all) argument

Completed in 21 milliseconds