mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Fix test
This commit is contained in:
@@ -29,7 +29,7 @@ if (function_exists('pg_transaction_status')) {
|
||||
echo "pg_transaction_status() error\n";
|
||||
}
|
||||
}
|
||||
if (!pg_host($db))
|
||||
if (false === pg_host($db))
|
||||
{
|
||||
echo "pg_host() error\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user