Skip to content

Commit 5fb01a3

Browse files
committed
Increase memory_limit to prevent test failures
1 parent 70b2fca commit 5fb01a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/array/bug76778.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bug #76778 (array_reduce leaks memory if callback throws exception)
55
if (getenv("SKIP_SLOW_TESTS")) die('skip slow test');
66
?>
77
--INI--
8-
memory_limit=32M
8+
memory_limit=128M
99
--FILE--
1010
<?php
1111
for ($i = 0; $i < 100; $i++) {

0 commit comments

Comments
 (0)