Searched refs:mysqli_fetch_all (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/mysqli/tests/ |
H A D | bug75434.phpt | 2 Bug #75434 Wrong reflection for mysqli_fetch_all function 7 $rf = new ReflectionFunction('mysqli_fetch_all');
|
H A D | mysqli_fetch_all.phpt | 2 mysqli_fetch_all() 19 var_dump(mysqli_fetch_all($res)); 27 var_dump(mysqli_fetch_all($res, MYSQLI_NUM)); 35 var_dump(mysqli_fetch_all($res, MYSQLI_BOTH)); 43 var_dump(mysqli_fetch_all($res, MYSQLI_ASSOC)); 46 var_dump(mysqli_fetch_all($res)); 54 var_dump(mysqli_fetch_all($res, MYSQLI_ASSOC)); 57 var_dump(mysqli_fetch_all($res)); 63 var_dump(mysqli_fetch_all($res, MYSQLI_BOTH)); 74 mysqli_fetch_all($res, -10); [all …]
|
H A D | mysqli_stmt_get_result_non_select.phpt | 34 $engines = mysqli_fetch_all($res, MYSQLI_NUM);
|
H A D | mysqli_store_result_copy.phpt | 128 foreach (mysqli_fetch_all($res, MYSQLI_ASSOC) as $row) {
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_arginfo.h | 748 ZEND_FUNCTION(mysqli_fetch_all); 874 ZEND_FE(mysqli_fetch_all, arginfo_mysqli_fetch_all) 1040 …ZEND_ME_MAPPING(fetch_all, mysqli_fetch_all, arginfo_class_mysqli_result_fetch_all, ZEND_ACC_PUBLI…
|
H A D | mysqli.stub.php | 824 function mysqli_fetch_all(mysqli_result $result, int $mode = MYSQLI_NUM): array {} function
|
H A D | mysqli_nonapi.c | 472 PHP_FUNCTION(mysqli_fetch_all) argument
|
/PHP-8.1/ |
H A D | NEWS | 1724 . Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)
|
Completed in 34 milliseconds