--- embedaddon/php/ext/pdo_pgsql/tests/is_in_transaction.phpt 2012/05/29 12:34:41 1.1.1.1 +++ embedaddon/php/ext/pdo_pgsql/tests/is_in_transaction.phpt 2013/07/22 01:31:59 1.1.1.2 @@ -57,10 +57,10 @@ var_dump($db->inTransaction()); ?> --EXPECT-- Test PDO::PGSQL_TRANSACTION_INTRANS -int(2) +bool(true) Test PDO::PGSQL_TRANSACTION_IDLE -int(0) +bool(false) Test PDO::PGSQL_TRANSACTION_INERROR -int(3) +bool(true) Test PDO::PGSQL_TRANSACTION_IDLE -int(0) +bool(false)