Skip to content

Commit 548d1ec

Browse files
Girgiaspetk
authored andcommitted
Small typo and proto name fix
Closes GH-4415
1 parent 24f4dff commit 548d1ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/mysqli/mysqli_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ PHP_FUNCTION(mysqli_next_result) {
16161616
/* }}} */
16171617

16181618
#if defined(HAVE_STMT_NEXT_RESULT) && defined(MYSQLI_USE_MYSQLND)
1619-
/* {{{ proto bool mysqli_stmt_next_result(object link)
1619+
/* {{{ proto bool mysqli_stmt_more_results(object link)
16201620
check if there any more query results from a multi query */
16211621
PHP_FUNCTION(mysqli_stmt_more_results)
16221622
{

main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ PHPAPI size_t php_printf(const char *format, ...)
964964
/* {{{ php_verror */
965965
/* php_verror is called from php_error_docref<n> functions.
966966
* Its purpose is to unify error messages and automatically generate clickable
967-
* html error messages if correcponding ini setting (html_errors) is activated.
967+
* html error messages if corresponding ini setting (html_errors) is activated.
968968
* See: CODING_STANDARDS.md for details.
969969
*/
970970
PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *format, va_list args)

0 commit comments

Comments
 (0)