We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b7a1b commit f4e63cbCopy full SHA for f4e63cb
1 file changed
ext/pgsql/tests/02connection.phpt
@@ -29,7 +29,7 @@ if (function_exists('pg_transaction_status')) {
29
echo "pg_transaction_status() error\n";
30
}
31
32
-if (!pg_host($db))
+if (false === pg_host($db))
33
{
34
echo "pg_host() error\n";
35
0 commit comments