Home
last modified time | relevance | path

Searched refs:mysqli_num_rows (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
20 var_dump(mysqli_num_rows($res));
26 var_dump(mysqli_num_rows($res));
31 var_dump(mysqli_num_rows($res));
38 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
43 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
23 if ($expected !== ($tmp = mysqli_num_rows($res)))
31 mysqli_num_rows($res);
60 var_dump(mysqli_num_rows($res));
83 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A D040.phpt2 function test: mysqli_num_rows()
25 $num = mysqli_num_rows($result);
H A Dmysqli_set_charset.phpt36 (mysqli_num_rows($res) == 1)) ||
38 (mysqli_num_rows($res) == 1))
64 if (mysqli_num_rows($res) == 0)
H A Dmysqli_stmt_send_long_data.phpt89 if (1 != ($tmp = mysqli_num_rows($res)))
90 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
H A Dmysqli_get_client_stats_skipped.phpt23 $num_rows = mysqli_num_rows($res);
H A Dmysqli_stmt_num_rows.phpt47 …// Note: for statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_r…
48 …// mysqli_num_rows() failed to fetch the result set and the PHP parameter check makes it return NU…
H A Dmysqli_explain_metadata.phpt36 if (($tmp = mysqli_num_rows($res)) !== $num_rows) {
109 if (($tmp = mysqli_num_rows($res_stmt)) !== $num_rows) {
H A D014.phpt49 printf("Num_of_rows=%d\n", mysqli_num_rows($result));
H A Dmysqli_stmt_bind_param_type_juggling.phpt62 if (2 !== ($tmp = mysqli_num_rows($res))) {
H A Dmysqli_class_mysqli_result_interface.phpt100 assert(($tmp = mysqli_num_rows($res)) === $mysqli_result->num_rows);
H A Dmysqli_get_client_stats.phpt204 assert(mysqli_num_rows($res) == $num_rows);
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php918 function mysqli_num_rows(mysqli_result $result): int|string {} function
H A Dmysqli_arginfo.h781 ZEND_FUNCTION(mysqli_num_rows);
907 ZEND_FE(mysqli_num_rows, arginfo_mysqli_num_rows)
H A Dmysqli_api.c1650 PHP_FUNCTION(mysqli_num_rows) argument

Completed in 30 milliseconds