We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c5a13 commit f7af877Copy full SHA for f7af877
1 file changed
ext/pgsql/tests/gh21162.phpt
@@ -9,7 +9,7 @@ set_error_handler(function (int $errno, string $errstr) {
9
echo "Warning caught\n";
10
});
11
12
-pg_connect('');
+pg_connect('host=blablahost.');
13
14
echo "Done\n";
15
?>
0 commit comments