Searched refs:mysqli_stmt_num_rows (Results 1 – 8 of 8) sorted by relevance
2 mysqli_stmt_num_rows()35 if ($expected !== ($tmp = mysqli_stmt_num_rows($stmt)))47 …statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_rows() slightly71 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))86 if ($IS_MYSQLND && (7 !== ($tmp = mysqli_stmt_num_rows($stmt))))96 mysqli_stmt_num_rows($stmt);
163 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))172 if (1 !== ($tmp = mysqli_stmt_num_rows($stmt)))190 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))208 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))
75 if (($tmp = mysqli_stmt_num_rows($stmt)) !== $num_rows) {113 if ((mysqli_stmt_num_rows($stmt)) !== 0) {
54 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
121 assert(mysqli_stmt_num_rows($stmt) === $stmt->num_rows);
824 ZEND_FUNCTION(mysqli_stmt_num_rows);952 ZEND_FE(mysqli_stmt_num_rows, arginfo_mysqli_stmt_num_rows)1069 …ZEND_ME_MAPPING(num_rows, mysqli_stmt_num_rows, arginfo_class_mysqli_stmt_num_rows, ZEND_ACC_PUBLI…
1031 function mysqli_stmt_num_rows(mysqli_stmt $statement): int|string {} function
2151 PHP_FUNCTION(mysqli_stmt_num_rows) argument
Completed in 72 milliseconds