--TEST-- Transaction Execution Test --DESCRIPTION-- Verifies the basic transaction behavior in the context of INSERT queries. Two types of sequences are explored: Begin -> Commit Begin -> Rollback --ENV-- PHPT_EXEC=true --SKIPIF-- --FILE-- 0) { die("No row should have been fetched after rollback"); } } } try { transaction(); } catch (Exception $e) { echo $e->getMessage(); } ?> --EXPECT-- Test "Transaction - Execution" completed successfully.