php-src/Zend/tests/bug26077.phpt
2012-10-10 10:27:49 +08:00

10 lines
149 B
PHP

--TEST--
Bug #26077 (Memory leaks when creating an instance of an object)
--FILE--
<?php
class foo {} new foo();
?>
===DONE===
--EXPECT--
===DONE===