mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
Fixed error message typo
This commit is contained in:
+1
-1
@@ -923,7 +923,7 @@ static PHP_METHOD(PDO, exec)
|
||||
}
|
||||
|
||||
if (!statement_len) {
|
||||
pdo_raise_impl_error(dbh, NULL, "HY000", "trying to execute and empty query" TSRMLS_CC);
|
||||
pdo_raise_impl_error(dbh, NULL, "HY000", "trying to execute an empty query" TSRMLS_CC);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
PDO_DBH_CLEAR_ERR();
|
||||
|
||||
Reference in New Issue
Block a user