Skip test without ZMM

This commit is contained in:
Nikita Popov 2021-06-01 12:07:33 +02:00
parent 1b3b5c94e5
commit d4f493b0b0

View file

@ -1,5 +1,9 @@
--TEST--
Bug #81070 Setting memory limit to below current usage
--SKIPIF--
<?php
if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires zmm");
?>
--FILE--
<?php
$a = str_repeat("0", 5 * 1024 * 1024);