Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt2 mysqli_stmt_num_rows()
33 if ($expected !== ($tmp = mysqli_stmt_num_rows($stmt)))
45 …statements that return no result set mysqli_num_rows() differs from mysqli_stmt_num_rows() slightly
69 if (0 !== ($tmp = mysqli_stmt_num_rows($stmt)))
84 if (7 !== ($tmp = mysqli_stmt_num_rows($stmt)))
94 mysqli_stmt_num_rows($stmt);
H A Dmysqli_stmt_affected_rows.phpt163 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)))
H A Dmysqli_explain_metadata.phpt71 if (($tmp = mysqli_stmt_num_rows($stmt)) !== $num_rows) {
108 if ((mysqli_stmt_num_rows($stmt)) !== 0) {
H A Dmysqli_stmt_data_seek.phpt52 if (!is_null($tmp = mysqli_stmt_data_seek($stmt, mysqli_stmt_num_rows($stmt) + 100)))
H A Dmysqli_class_mysqli_stmt_interface.phpt118 assert(mysqli_stmt_num_rows($stmt) === $stmt->num_rows);
/php-src/ext/mysqli/
H A Dmysqli.stub.php1627 function mysqli_stmt_num_rows(mysqli_stmt $statement): int|string {}
H A Dmysqli_arginfo.h796 ZEND_FUNCTION(mysqli_stmt_num_rows);
912 ZEND_FE(mysqli_stmt_num_rows, arginfo_mysqli_stmt_num_rows)
H A Dmysqli_api.c1602 PHP_FUNCTION(mysqli_stmt_num_rows) in PHP_FUNCTION() argument

Completed in 46 milliseconds