]> granicus.if.org Git - php/commitdiff
add test
authorStanislav Malyshev <stas@php.net>
Fri, 9 Jan 2004 13:55:02 +0000 (13:55 +0000)
committerStanislav Malyshev <stas@php.net>
Fri, 9 Jan 2004 13:55:02 +0000 (13:55 +0000)
Zend/tests/bug26077.phpt [new file with mode: 0755]

diff --git a/Zend/tests/bug26077.phpt b/Zend/tests/bug26077.phpt
new file mode 100755 (executable)
index 0000000..e7cca27
--- /dev/null
@@ -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===