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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user