diff options
author | George Peter Banyard <girgias@php.net> | 2019-07-15 18:15:17 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-07-15 18:15:17 +0200 |
commit | 548d1ec27c0f56aaec83e40578fee89dab4b3904 (patch) | |
tree | 435674b0296a40ba7d8f82174f2d752ca73ddb22 /ext/mysqli | |
parent | 24f4dff0753a1f5b432a7df3a8c3c235056ef4e8 (diff) | |
download | php-git-548d1ec27c0f56aaec83e40578fee89dab4b3904.tar.gz |
Small typo and proto name fix
Closes GH-4415
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/mysqli_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index bffb695795..96cad0dc5f 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -1616,7 +1616,7 @@ PHP_FUNCTION(mysqli_next_result) { /* }}} */ #if defined(HAVE_STMT_NEXT_RESULT) && defined(MYSQLI_USE_MYSQLND) -/* {{{ proto bool mysqli_stmt_next_result(object link) +/* {{{ proto bool mysqli_stmt_more_results(object link) check if there any more query results from a multi query */ PHP_FUNCTION(mysqli_stmt_more_results) { |