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

ext/pgsql: fix GH-21165 unit test.

making it fails early instead.

close GH-21234
This commit is contained in:
David Carlier
2026-02-16 17:55:24 +00:00
parent 37c5a13d67
commit f7af877cfe

View File

@@ -9,7 +9,7 @@ set_error_handler(function (int $errno, string $errstr) {
echo "Warning caught\n";
});
pg_connect('');
pg_connect('host=blablahost.');
echo "Done\n";
?>