Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
19 var_dump(mysqli_num_rows($res));
25 var_dump(mysqli_num_rows($res));
30 var_dump(mysqli_num_rows($res));
37 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
42 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
21 if ($expected !== ($tmp = mysqli_num_rows($res)))
29 mysqli_num_rows($res);
58 var_dump(mysqli_num_rows($res));
81 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_set_charset.phpt12 (mysqli_num_rows($res) == 1)) ||
14 (mysqli_num_rows($res) == 1))
38 if (mysqli_num_rows($res) == 0)
H A Dmysqli_stmt_send_long_data.phpt88 if (1 != ($tmp = mysqli_num_rows($res)))
89 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
H A Dmysqli_get_client_stats_skipped.phpt20 $num_rows = mysqli_num_rows($res);
H A Dmysqli_stmt_num_rows.phpt45 …// Note: for statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_r…
46 …// mysqli_num_rows() failed to fetch the result set and the PHP parameter check makes it return NU…
H A Dmysqli_explain_metadata.phpt32 if (($tmp = mysqli_num_rows($res)) !== $num_rows) {
104 if (($tmp = mysqli_num_rows($res_stmt)) !== $num_rows) {
H A Dmysqli_stmt_bind_param_type_juggling.phpt62 if (2 !== ($tmp = mysqli_num_rows($res))) {
H A Dmysqli_class_mysqli_result_interface.phpt99 assert(($tmp = mysqli_num_rows($res)) === $mysqli_result->num_rows);
H A Dmysqli_get_client_stats.phpt201 assert(mysqli_num_rows($res) == $num_rows);
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_num_rows.phpt2 function test: mysqli_num_rows()
22 $num = mysqli_num_rows($result);
/php-src/ext/mysqli/tests/transactions/
H A D014.phpt30 printf("Num_of_rows=%d\n", mysqli_num_rows($result));
/php-src/ext/mysqli/
H A Dmysqli.stub.php1522 function mysqli_num_rows(mysqli_result $result): int|string {}
H A Dmysqli_arginfo.h761 ZEND_FUNCTION(mysqli_num_rows);
875 ZEND_FE(mysqli_num_rows, arginfo_mysqli_num_rows)
H A Dmysqli_api.c1149 PHP_FUNCTION(mysqli_num_rows) in PHP_FUNCTION() argument

Completed in 29 milliseconds