--TEST-- savepoints --SKIPIF-- --FILE-- startTransaction(); $t->savepoint(); $t->savepoint(); $t->rollback(); $t->commit(); $t->rollback(); ?> DONE --EXPECT-- Test DONE