Skip to content

Commit f7af877

Browse files
committed
ext/pgsql: fix GH-21165 unit test.
making it fails early instead. close GH-21234
1 parent 37c5a13 commit f7af877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pgsql/tests/gh21162.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set_error_handler(function (int $errno, string $errstr) {
99
echo "Warning caught\n";
1010
});
1111

12-
pg_connect('');
12+
pg_connect('host=blablahost.');
1313

1414
echo "Done\n";
1515
?>

0 commit comments

Comments
 (0)