summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_api.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-11 15:41:05 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-11 15:41:05 +0200
commit83e0bfb50cd56199b608a221e8d4fd3af3d10942 (patch)
tree363cda2a975f8dbbc1afe446c4edcd1093e018b1 /ext/mysqli/mysqli_api.c
parent0cfa2e51d43879a6296456133a0e8bf64f86d5dd (diff)
parent5d3e3a62a2c5a7ebe7f25ec453fb97d1429093a1 (diff)
downloadphp-git-83e0bfb50cd56199b608a221e8d4fd3af3d10942.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
Diffstat (limited to 'ext/mysqli/mysqli_api.c')
-rw-r--r--ext/mysqli/mysqli_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c
index 13d21e9312..12326df379 100644
--- a/ext/mysqli/mysqli_api.c
+++ b/ext/mysqli/mysqli_api.c
@@ -2028,8 +2028,8 @@ PHP_FUNCTION(mysqli_stmt_send_long_data)
}
/* }}} */
-/* {{{ proto mixed mysqli_stmt_affected_rows(object stmt)
- Return the number of rows affected in the last query for the given link */
+/* {{{ proto string|int|false mysqli_stmt_affected_rows(object stmt)
+ Return the number of rows affected in the last query for the given link. */
PHP_FUNCTION(mysqli_stmt_affected_rows)
{
MY_STMT *stmt;