1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Skip new_oom.phpt if ZMM is disabled

Test requires ZMM
This commit is contained in:
Arnaud Le Blanc
2024-03-16 15:56:30 +01:00
parent b06c95b631
commit bf4311325c

View File

@@ -2,6 +2,7 @@
Test OOM on new of each class
--SKIPIF--
<?php
if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires zmm");
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
?>
--FILE--