Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt2 mysqli_stmt_num_rows()
34 if ($expected !== ($tmp = mysqli_stmt_num_rows($stmt)))
46 …statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_rows() slightly
70 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))
85 if ($IS_MYSQLND && (7 !== ($tmp = mysqli_stmt_num_rows($stmt))))
95 mysqli_stmt_num_rows($stmt);
H A Dmysqli_stmt_affected_rows.phpt162 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))
171 if (1 !== ($tmp = mysqli_stmt_num_rows($stmt)))
189 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))
207 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))
H A Dmysqli_explain_metadata.phpt74 if (($tmp = mysqli_stmt_num_rows($stmt)) !== $num_rows) {
112 if ((mysqli_stmt_num_rows($stmt)) !== 0) {
H A Dmysqli_stmt_data_seek.phpt53 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
H A Dmysqli_class_mysqli_stmt_interface.phpt120 assert(mysqli_stmt_num_rows($stmt) === $stmt->num_rows);
/PHP-8.0/ext/mysqli/
H A Dmysqli_arginfo.h789 ZEND_FUNCTION(mysqli_stmt_num_rows);
919 ZEND_FE(mysqli_stmt_num_rows, arginfo_mysqli_stmt_num_rows)
1039 …ZEND_ME_MAPPING(num_rows, mysqli_stmt_num_rows, arginfo_class_mysqli_stmt_num_rows, ZEND_ACC_PUBLI…
H A Dmysqli.stub.php733 function mysqli_stmt_num_rows(mysqli_stmt $statement): int|string {} function
H A Dmysqli_api.c2100 PHP_FUNCTION(mysqli_stmt_num_rows) argument

Completed in 26 milliseconds