mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix typo in error message
This commit is contained in:
parent
1f06bb94c6
commit
646bb71503
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue