Home
last modified time | relevance | path

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

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt2 mysqli_stmt_affected_rows()
29 if (0 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
46 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
58 if (-1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
68 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
78 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
88 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
114 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
124 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
134 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
[all …]
H A D046.phpt2 mysqli_stmt_affected_rows (delete)
29 $x = mysqli_stmt_affected_rows($stmt);
H A Dmysqli_class_mysqli_stmt_interface.phpt82 mysqli_stmt_affected_rows($stmt);
97 assert(mysqli_stmt_affected_rows($stmt) === $stmt->affected_rows);
H A D057.phpt50 printf ("Rows: %d\n", mysqli_stmt_affected_rows($stmt));
/php-src/ext/mysqli/
H A Dmysqli.stub.php1579 function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {}
H A Dmysqli_arginfo.h777 ZEND_FUNCTION(mysqli_stmt_affected_rows);
893 ZEND_FE(mysqli_stmt_affected_rows, arginfo_mysqli_stmt_affected_rows)
H A Dmysqli_api.c1460 PHP_FUNCTION(mysqli_stmt_affected_rows) in PHP_FUNCTION() argument

Completed in 47 milliseconds