Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqli/tests/
H A Dbug55582.phpt2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used
18 var_dump(mysqli_num_rows($res));
20 var_dump(mysqli_num_rows($res));
22 var_dump(mysqli_num_rows($res));
30 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
37 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A Dmysqli_num_rows.phpt2 mysqli_num_rows()
16 if (!is_null($tmp = @mysqli_num_rows()))
19 if (!is_null($tmp = @mysqli_num_rows($link)))
31 if ($expected !== ($tmp = mysqli_num_rows($res)))
38 if ($test_free && (NULL !== ($tmp = mysqli_num_rows($res))))
64 if (0 !== ($tmp = mysqli_num_rows($res)))
81 Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in %s on line %d
85 Warning: mysqli_num_rows(): Couldn't fetch mysqli_result in %s on line %d
88 Warning: mysqli_num_rows(): Function cannot be used with MYSQL_USE_RESULT in %s on line %d
H A D040.phpt2 function test: mysqli_num_rows()
24 $num = mysqli_num_rows($result);
H A Dmysqli_set_charset.phpt40 (mysqli_num_rows($res) == 1)) ||
42 (mysqli_num_rows($res) == 1))
80 if (mysqli_num_rows($res) == 0)
H A Dmysqli_get_client_stats_skipped.phpt23 $num_rows = mysqli_num_rows($res);
H A Dmysqli_stmt_num_rows.phpt56 …// Note: for statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_r…
57 …// 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 Dmysqli_stmt_send_long_data.phpt103 if (1 != ($tmp = mysqli_num_rows($res)))
104 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
H A D014.phpt48 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.phpt99 assert(($tmp = mysqli_num_rows($res)) === $mysqli_result->num_rows);
H A Dmysqli_get_client_stats.phpt208 assert(mysqli_num_rows($res) == $num_rows);
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.h78 PHP_FUNCTION(mysqli_num_rows);
H A Dmysqli_fe.c436 PHP_FE(mysqli_num_rows, arginfo_mysqli_only_result)
H A Dmysqli_api.c1712 PHP_FUNCTION(mysqli_num_rows) argument
/PHP-5.5/
H A DNEWS3901 . Fixed bug #55582 (mysqli_num_rows() returns always 0 for unbuffered, when

Completed in 56 milliseconds