summaryrefslogtreecommitdiff
path: root/Zend/tests/bug36071.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug36071.phpt')
-rwxr-xr-xZend/tests/bug36071.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Zend/tests/bug36071.phpt b/Zend/tests/bug36071.phpt
deleted file mode 100755
index 3b8e05dfab..0000000000
--- a/Zend/tests/bug36071.phpt
+++ /dev/null
@@ -1,13 +0,0 @@
---TEST--
-Bug #36071 (Engine Crash related with 'clone')
---INI--
-error_reporting=4095
---FILE--
-<?php
-$a = clone 0;
-$a[0]->b = 0;
-echo "ok\n";
-?>
---EXPECTF--
-Warning: __clone method called on non-object in %sbug36071.php on line 2
-ok \ No newline at end of file