1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.4'

* PHP-8.4:
  Fix varying pgsql error message
This commit is contained in:
Ilija Tovilo
2025-02-26 21:30:32 +01:00

View File

@@ -26,6 +26,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