Skip to content

Commit

Permalink
Skip test without ZMM
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jun 1, 2021
1 parent 1b3b5c9 commit d4f493b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Zend/tests/bug81070.phpt
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit d4f493b

Please sign in to comment.