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:
@@ -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";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user