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

ext/pdo_sqlite: Fix GH-18796 test exception message. (#18798)

This commit is contained in:
David CARLIER
2025-06-07 15:53:46 +01:00
committed by GitHub
parent b72dccb3e3
commit ceffa70b97

View File

@@ -21,4 +21,4 @@ try {
}
?>
--EXPECT--
PDO::query(): Return value of the callback must be of type int, string returned
PDO::query(): Return value of the collation callback must be of type int, string returned