Home
last modified time | relevance | path

Searched refs:mysqli_stmt_fetch (Results 51 – 59 of 59) sorted by relevance

123

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_reset.phpt50 if (!mysqli_stmt_fetch($stmt))
H A Dmysqli_stmt_num_rows.phpt83 } while (mysqli_stmt_fetch($stmt));
H A Dmysqli_fetch_array_large.phpt71 while (mysqli_stmt_fetch($stmt)) {
H A Dmysqli_prepare.phpt99 while (mysqli_stmt_fetch($stmt)) {
H A Dmysqli_stmt_bind_result.phpt56 while (mysqli_stmt_fetch($stmt)) {
126 while (mysqli_stmt_fetch($stmt)) {
H A Dmysqli_get_client_stats.phpt376 while (mysqli_stmt_fetch($stmt))
418 mysqli_stmt_fetch($stmt);
462 while (mysqli_stmt_fetch($stmt))
499 mysqli_stmt_fetch($stmt);
H A Dmysqli_report.phpt98 /* mysqli_stmt_fetch() = mysql_stmt_fetch() cannot be tested from PHP */
/PHP-7.3/ext/mysqli/
H A Dmysqli_fe.c502 PHP_FE(mysqli_stmt_fetch, arginfo_mysqli_only_statement)
642 PHP_FALIAS(fetch, mysqli_stmt_fetch, arginfo_mysqli_no_params)
H A Dmysqli_api.c1142 PHP_FUNCTION(mysqli_stmt_fetch) argument

Completed in 18 milliseconds

123