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 used19 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 mode42 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
2 mysqli_num_rows()22 if ($expected !== ($tmp = mysqli_num_rows($res)))30 mysqli_num_rows($res);59 var_dump(mysqli_num_rows($res));82 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
2 function test: mysqli_num_rows()24 $num = mysqli_num_rows($result);
35 (mysqli_num_rows($res) == 1)) ||37 (mysqli_num_rows($res) == 1))63 if (mysqli_num_rows($res) == 0)
88 if (1 != ($tmp = mysqli_num_rows($res)))89 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
22 $num_rows = mysqli_num_rows($res);
46 …// Note: for statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_r…47 …// mysqli_num_rows() failed to fetch the result set and the PHP parameter check makes it return NU…
35 if (($tmp = mysqli_num_rows($res)) !== $num_rows) {108 if (($tmp = mysqli_num_rows($res_stmt)) !== $num_rows) {
48 printf("Num_of_rows=%d\n", mysqli_num_rows($result));
61 if (2 !== ($tmp = mysqli_num_rows($res))) {
99 assert(($tmp = mysqli_num_rows($res)) === $mysqli_result->num_rows);
203 assert(mysqli_num_rows($res) == $num_rows);
636 function mysqli_num_rows(mysqli_result $result): int|string {} function
744 ZEND_FUNCTION(mysqli_num_rows);872 ZEND_FE(mysqli_num_rows, arginfo_mysqli_num_rows)
1604 PHP_FUNCTION(mysqli_num_rows) argument
Completed in 29 milliseconds