mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Skip test without ZMM
This commit is contained in:
parent
1b3b5c94e5
commit
d4f493b0b0
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue