Skip to content

Commit 59a52d6

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Skip test without ZMM
2 parents 324ad2f + d4f493b commit 59a52d6

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)