Skip to content

Commit

Permalink
Skip memory_limit test without ZMM
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Aug 25, 2019
1 parent 511faf7 commit 3602fea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/standard/tests/strings/str_pad_variation1.phpt
@@ -1,5 +1,11 @@
--TEST--
Test str_pad() function : usage variations - large values for '$pad_length' argument
--SKIPIF--
<?php
if (getenv("USE_ZEND_ALLOC") === "0") {
die("skip Zend MM disabled");
}
?>
--FILE--
<?php
/* Prototype : string str_pad ( string $input , int $pad_length [, string $pad_string [, int $pad_type ]] )
Expand Down

0 comments on commit 3602fea

Please sign in to comment.