summaryrefslogtreecommitdiff
path: root/Zend/tests/bug68412.phpt
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-08-18 18:03:34 +0800
committerXinchen Hui <laruence@php.net>2015-08-18 18:03:34 +0800
commit685fee75a593e3f4fbb9679b2df612ea7ba1c5fb (patch)
tree5c01ad5bcc14ea8d945be52c6d085c26e996112e /Zend/tests/bug68412.phpt
parentce89fd9758fffd6c4bffca130829734ac3fca8ec (diff)
downloadphp-git-685fee75a593e3f4fbb9679b2df612ea7ba1c5fb.tar.gz
Skip the test with valgrind
Diffstat (limited to 'Zend/tests/bug68412.phpt')
-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 {