php-src/Zend/tests/bug26077.phpt
2005-12-20 17:00:24 +00:00

10 lines
149 B
PHP
Executable File

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