Searched refs:mysqli_num_rows (Results 1 – 15 of 15) sorted by relevance
2 Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used20 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 mode43 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
2 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
2 function test: mysqli_num_rows()25 $num = mysqli_num_rows($result);
36 (mysqli_num_rows($res) == 1)) ||38 (mysqli_num_rows($res) == 1))64 if (mysqli_num_rows($res) == 0)
89 if (1 != ($tmp = mysqli_num_rows($res)))90 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
23 $num_rows = mysqli_num_rows($res);
47 …// 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…
36 if (($tmp = mysqli_num_rows($res)) !== $num_rows) {109 if (($tmp = mysqli_num_rows($res_stmt)) !== $num_rows) {
49 printf("Num_of_rows=%d\n", mysqli_num_rows($result));
62 if (2 !== ($tmp = mysqli_num_rows($res))) {
100 assert(($tmp = mysqli_num_rows($res)) === $mysqli_result->num_rows);
204 assert(mysqli_num_rows($res) == $num_rows);
918 function mysqli_num_rows(mysqli_result $result): int|string {} function
781 ZEND_FUNCTION(mysqli_num_rows);907 ZEND_FE(mysqli_num_rows, arginfo_mysqli_num_rows)
1650 PHP_FUNCTION(mysqli_num_rows) argument
Completed in 28 milliseconds