Searched refs:mysqli_stmt_num_rows (Results 1 – 8 of 8) sorted by relevance
2 mysqli_stmt_num_rows()16 if (!is_null($tmp = @mysqli_stmt_num_rows()))19 if (!is_null($tmp = @mysqli_stmt_num_rows($link)))44 if ($expected !== ($tmp = mysqli_stmt_num_rows($stmt)))56 …statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_rows() slightly80 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))95 if ($IS_MYSQLND && (7 !== ($tmp = mysqli_stmt_num_rows($stmt))))104 if (NULL !== ($tmp = mysqli_stmt_num_rows($stmt)))117 Warning: mysqli_stmt_num_rows(): Couldn't fetch mysqli_stmt in %s on line %d
172 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))181 if (1 !== ($tmp = mysqli_stmt_num_rows($stmt)))199 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))222 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) {
60 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
112 assert(mysqli_stmt_num_rows($stmt) === $stmt->num_rows);
127 PHP_FUNCTION(mysqli_stmt_num_rows);
501 PHP_FE(mysqli_stmt_num_rows, arginfo_mysqli_only_statement)635 PHP_FALIAS(num_rows, mysqli_stmt_num_rows, arginfo_mysqli_no_params)
2185 PHP_FUNCTION(mysqli_stmt_num_rows) argument
Completed in 23 milliseconds