summaryrefslogtreecommitdiff
path: root/Zend/tests/bug26077.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug26077.phpt')
-rwxr-xr-xZend/tests/bug26077.phpt9
1 files changed, 0 insertions, 9 deletions
diff --git a/Zend/tests/bug26077.phpt b/Zend/tests/bug26077.phpt
deleted file mode 100755
index fa154655bf..0000000000
--- a/Zend/tests/bug26077.phpt
+++ /dev/null
@@ -1,9 +0,0 @@
---TEST--
-Bug #26077 Memory leaks when creating an instance of an object
---FILE--
-<?php
-class foo {} new foo();
-?>
-===DONE===
---EXPECT--
-===DONE===