summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/tests/bug68412.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zend/tests/bug68412.phpt b/Zend/tests/bug68412.phpt
index c6f413cc32..4f07111043 100644
--- a/Zend/tests/bug68412.phpt
+++ b/Zend/tests/bug68412.phpt
@@ -1,5 +1,11 @@
--TEST--
Bug #68412 (Infinite recursion with __call can make the program crash/segfault)
+--SKIPIF--
+<?php
+if (getenv("USE_ZEND_ALLOC") !== "1") {
+ die("skip Need Zend MM enabled");
+}
+?>
--FILE--
<?php
class C {