Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/mysqli/
H A Dmysqli_fe.h113 PHP_FUNCTION(mysqli_stmt_affected_rows);
H A Dmysqli_fe.c458 PHP_FE(mysqli_stmt_affected_rows, arginfo_mysqli_only_statement)
H A Dmysqli_api.c2077 PHP_FUNCTION(mysqli_stmt_affected_rows) argument
/PHP-5.5/
H A DNEWS2129 . Fixed return value of mysqli_stmt_affected_rows() in the time after

Completed in 47 milliseconds