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