1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Skip the test with valgrind

This commit is contained in:
Xinchen Hui
2015-08-18 18:03:34 +08:00
parent ce89fd9758
commit 685fee75a5
+6
View File
@@ -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 {