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:
Niels Dossche 2024-10-05 23:32:12 +02:00
parent a9dada29e7
commit fbb1001d84
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -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