php-src/Zend/tests/bug26077.phpt

10 lines
149 B
Plaintext
Raw Normal View History

2004-01-09 13:55:02 +00:00
--TEST--
2005-12-20 17:00:59 +00:00
Bug #26077 (Memory leaks when creating an instance of an object)
2004-01-09 13:55:02 +00:00
--FILE--
<?php
class foo {} new foo();
?>
===DONE===
2004-01-09 14:32:32 +00:00
--EXPECT--
2004-01-09 13:55:02 +00:00
===DONE===