mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Add SKIPIF for ZendMM for observer_fiber_functions_03.phpt
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user