Skip to content

Commit d4f493b

Browse files
committed
Skip test without ZMM
1 parent 1b3b5c9 commit d4f493b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Zend/tests/bug81070.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
Bug #81070 Setting memory limit to below current usage
3+
--SKIPIF--
4+
<?php
5+
if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires zmm");
6+
?>
37
--FILE--
48
<?php
59
$a = str_repeat("0", 5 * 1024 * 1024);

0 commit comments

Comments
 (0)