1.1 ! misho 1: --TEST-- ! 2: Bug #26077 (Memory leaks when creating an instance of an object) ! 3: --FILE-- ! 4: <?php ! 5: class foo {} new foo(); ! 6: ?> ! 7: ===DONE=== ! 8: --EXPECT-- ! 9: ===DONE===