Searched refs:mysqli_fetch_all (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/mysqli/tests/ |
H A D | bug75434.phpt | 2 Bug #75434 Wrong reflection for mysqli_fetch_all function 10 $rf = new ReflectionFunction('mysqli_fetch_all');
|
H A D | mysqli_fetch_all.phpt | 2 mysqli_fetch_all() 7 if (!function_exists('mysqli_fetch_all')) 20 var_dump(mysqli_fetch_all($res)); 28 var_dump(mysqli_fetch_all($res, MYSQLI_NUM)); 36 var_dump(mysqli_fetch_all($res, MYSQLI_BOTH)); 44 var_dump(mysqli_fetch_all($res, MYSQLI_ASSOC)); 47 var_dump(mysqli_fetch_all($res)); 55 var_dump(mysqli_fetch_all($res, MYSQLI_ASSOC)); 58 var_dump(mysqli_fetch_all($res)); 64 var_dump(mysqli_fetch_all($res, MYSQLI_BOTH)); [all …]
|
H A D | mysqli_stmt_get_result_non_select.phpt | 33 $engines = mysqli_fetch_all($res, MYSQLI_NUM);
|
H A D | mysqli_store_result_copy.phpt | 127 foreach (mysqli_fetch_all($res, MYSQLI_ASSOC) as $row) {
|
H A D | mysqli_fetch_all_oo.phpt | 8 if (!function_exists('mysqli_fetch_all'))
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_arginfo.h | 711 ZEND_FUNCTION(mysqli_fetch_all); 839 ZEND_FE(mysqli_fetch_all, arginfo_mysqli_fetch_all) 1008 …ZEND_ME_MAPPING(fetch_all, mysqli_fetch_all, arginfo_class_mysqli_result_fetch_all, ZEND_ACC_PUBLI…
|
H A D | mysqli.stub.php | 577 function mysqli_fetch_all(mysqli_result $result, int $mode = MYSQLI_NUM): array {} function
|
H A D | mysqli_nonapi.c | 435 PHP_FUNCTION(mysqli_fetch_all) argument
|
Completed in 24 milliseconds