mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
fix typo in error message
This commit is contained in:
@@ -244,7 +244,7 @@ PHP_FUNCTION(mysqli_stmt_bind_result)
|
||||
var_cnt = argc - start;
|
||||
|
||||
if (var_cnt != mysql_stmt_field_count(stmt->stmt)) {
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind variables doesn't match number of fields in prepared statmement.");
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Number of bind variables doesn't match number of fields in prepared statement.");
|
||||
efree(args);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user