Home
last modified time | relevance | path

Searched refs:mysqli_stmt_affected_rows (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt2 mysqli_stmt_affected_rows()
28 if (0 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
45 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
57 if (-1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
67 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
77 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
87 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
113 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
123 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
133 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
[all …]
H A D046.phpt2 mysqli_stmt_affected_rows (delete)
28 $x = mysqli_stmt_affected_rows($stmt);
H A Dmysqli_class_mysqli_stmt_interface.phpt84 mysqli_stmt_affected_rows($stmt);
99 assert(mysqli_stmt_affected_rows($stmt) === $stmt->affected_rows);
H A D057.phpt49 printf ("Rows: %d\n", mysqli_stmt_affected_rows($stmt));
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php691 function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {} function
H A Dmysqli_arginfo.h764 ZEND_FUNCTION(mysqli_stmt_affected_rows);
894 ZEND_FE(mysqli_stmt_affected_rows, arginfo_mysqli_stmt_affected_rows)
H A Dmysqli_api.c1958 PHP_FUNCTION(mysqli_stmt_affected_rows) argument

Completed in 65 milliseconds