mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix varying pgsql error message
This commit is contained in:
@@ -27,6 +27,6 @@ try {
|
||||
echo $e->getMessage() . "\n";
|
||||
}
|
||||
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
"This is a quote"""
|
||||
SQLSTATE[HY000]: General error: 7 incomplete multibyte character
|
||||
SQLSTATE[HY000]: General error: 7 %r(incomplete|invalid)%r multibyte character
|
||||
|
||||
Reference in New Issue
Block a user