We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 115ea48 + 8ca6e13 commit 297b253Copy full SHA for 297b253
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