diff options
| -rw-r--r-- | ext/standard/tests/array/bug76778.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/bug76778.phpt b/ext/standard/tests/array/bug76778.phpt index 2c65497d12..e213961ce2 100644 --- a/ext/standard/tests/array/bug76778.phpt +++ b/ext/standard/tests/array/bug76778.phpt @@ -5,7 +5,7 @@ Bug #76778 (array_reduce leaks memory if callback throws exception) if (getenv("SKIP_SLOW_TESTS")) die('skip slow test'); ?> --INI-- -memory_limit=32M +memory_limit=128M --FILE-- <?php for ($i = 0; $i < 100; $i++) { |
