Searched refs:mysqli_stmt_affected_rows (Results 1 – 7 of 7) sorted by relevance
2 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 …]
2 mysqli_stmt_affected_rows (delete)29 $x = mysqli_stmt_affected_rows($stmt);
85 mysqli_stmt_affected_rows($stmt);100 assert(mysqli_stmt_affected_rows($stmt) === $stmt->affected_rows);
50 printf ("Rows: %d\n", mysqli_stmt_affected_rows($stmt));
978 function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {} function
801 ZEND_FUNCTION(mysqli_stmt_affected_rows);929 ZEND_FE(mysqli_stmt_affected_rows, arginfo_mysqli_stmt_affected_rows)
2009 PHP_FUNCTION(mysqli_stmt_affected_rows) argument
Completed in 21 milliseconds