mirror of
https://github.com/php/php-src.git
synced 2024-11-30 13:25:43 +08:00
Add SKIPIF for ZendMM for observer_fiber_functions_03.phpt
This test uses memory_limit, so it fails when using USE_ZEND_ALLOC=0.
This commit is contained in:
parent
a9dada29e7
commit
fbb1001d84
@ -10,6 +10,10 @@ zend_test.observer.fiber_init=1
|
||||
zend_test.observer.fiber_switch=1
|
||||
zend_test.observer.fiber_destroy=1
|
||||
memory_limit=100M
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires ZendMM because it uses the memory limit");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user