Skip to content

Commit f4e63cb

Browse files
committed
Fix test
1 parent 14b7a1b commit f4e63cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/pgsql/tests/02connection.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (function_exists('pg_transaction_status')) {
2929
echo "pg_transaction_status() error\n";
3030
}
3131
}
32-
if (!pg_host($db))
32+
if (false === pg_host($db))
3333
{
3434
echo "pg_host() error\n";
3535
}

0 commit comments

Comments
 (0)