1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00
This commit is contained in:
Stanislav Malyshev
2004-01-09 13:55:02 +00:00
parent e321eba06b
commit 209497cfdf
+9
View File
@@ -0,0 +1,9 @@
--TEST--
Bug #26077 Memory leaks when creating an instance of an object
--FILE--
<?php
class foo {} new foo();
?>
===DONE===
--EXPECTF--
===DONE===