summaryrefslogtreecommitdiff
path: root/Zend/tests/bug26077.phpt
blob: dc7686e0a6fe354a32baf2f3d329bd15f53427b0 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Bug #26077 (Memory leaks when creating an instance of an object)
--FILE--
<?php
class foo {} new foo();
?>
===DONE===
--EXPECT--
===DONE===