mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Small typo and proto name fix
This commit is contained in:
commit
ccac19ed6c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue