From 548d1ec27c0f56aaec83e40578fee89dab4b3904 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Mon, 15 Jul 2019 18:15:17 +0200 Subject: Small typo and proto name fix Closes GH-4415 --- ext/mysqli/mysqli_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqli') 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) { -- cgit v1.2.1