Merge branch 'PHP-7.4'

* PHP-7.4:
  Small typo and proto name fix
This commit is contained in:
Peter Kokot 2019-07-15 18:15:58 +02:00
commit ccac19ed6c
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{

View file

@ -963,7 +963,7 @@ PHPAPI size_t php_printf(const char *format, ...)
/* {{{ php_verror */
/* php_verror is called from php_error_docref<n> functions.
* Its purpose is to unify error messages and automatically generate clickable
* html error messages if correcponding ini setting (html_errors) is activated.
* html error messages if corresponding ini setting (html_errors) is activated.
* See: CODING_STANDARDS.md for details.
*/
PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *format, va_list args)