php-8.0.30-src/Zend/tests/bug26077.phpt

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===