Home
last modified time | relevance | path

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

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt2 mysqli_stmt_affected_rows()
16 if (!is_null($tmp = @mysqli_stmt_affected_rows()))
19 if (!is_null($tmp = @mysqli_stmt_affected_rows($link)))
38 if (0 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
55 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
67 if (-1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
77 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
87 if (2 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
97 if (1 !== ($tmp = mysqli_stmt_affected_rows($stmt)))
123 if (2 !== ($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 assert(mysqli_stmt_affected_rows($stmt) === $stmt->affected_rows);
91 assert(mysqli_stmt_affected_rows($stmt) === $stmt->affected_rows);
171 Warning: mysqli_stmt_affected_rows(): invalid object or resource mysqli_stmt
H A D057.phpt50 printf ("Rows: %d\n", mysqli_stmt_affected_rows($stmt));
/PHP-5.4/ext/mysqli/
H A Dmysqli_fe.h110 PHP_FUNCTION(mysqli_stmt_affected_rows);
H A Dmysqli_fe.c419 PHP_FE(mysqli_stmt_affected_rows, arginfo_mysqli_only_statement)
H A Dmysqli_api.c1967 PHP_FUNCTION(mysqli_stmt_affected_rows) argument

Completed in 23 milliseconds