xref: /PHP-5.5/Zend/tests/bug26077.phpt (revision 610c7fbe)
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