]> granicus.if.org Git - php/commitdiff
Small typo and proto name fix
authorGeorge Peter Banyard <girgias@php.net>
Mon, 15 Jul 2019 16:15:17 +0000 (18:15 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 15 Jul 2019 16:15:17 +0000 (18:15 +0200)
Closes GH-4415

ext/mysqli/mysqli_api.c
main/main.c

index bffb6957959a78e0f99129af1fdff99a56ae66b6..96cad0dc5ffcdf0875d220b39fe0fdcf48e9a3ed 100644 (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)
 {
index 180bcb9cae7c9497a7cbd96f320773ba0694c0a3..66cf8df419dcc0c88659d3c1ca71c201591f5d36 100644 (file)
@@ -964,7 +964,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)