1
0
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:
Ilija Tovilo
2025-02-26 21:29:50 +01:00
parent 376e90fbf2
commit 8be263d2a1

View File

@@ -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