Skip to content

Commit 96fe814

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Skip test without ZMM
2 parents b6958bb + 59a52d6 commit 96fe814

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)