Home
last modified time | relevance | path

Searched refs:mysqli_stmt_num_rows (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt2 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() slightly
80 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
H A Dmysqli_stmt_affected_rows.phpt172 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)))
H A Dmysqli_explain_metadata.phpt75 if (($tmp = mysqli_stmt_num_rows($stmt)) !== $num_rows) {
113 if ((mysqli_stmt_num_rows($stmt)) !== 0) {
H A Dmysqli_stmt_data_seek.phpt60 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
H A Dmysqli_class_mysqli_stmt_interface.phpt112 assert(mysqli_stmt_num_rows($stmt) === $stmt->num_rows);
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.h126 PHP_FUNCTION(mysqli_stmt_num_rows);
H A Dmysqli_fe.c481 PHP_FE(mysqli_stmt_num_rows, arginfo_mysqli_only_statement)
615 PHP_FALIAS(num_rows, mysqli_stmt_num_rows, arginfo_mysqli_no_params)
H A Dmysqli_api.c2226 PHP_FUNCTION(mysqli_stmt_num_rows) argument

Completed in 17 milliseconds