From: Dmitry Stogov Date: Fri, 19 Dec 2003 15:09:40 +0000 (+0000) Subject: Using INI section. X-Git-Tag: php-5.0.0b3RC2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f06cbb764c119464ab21cd50688564e68fb9444d;p=php Using INI section. --- diff --git a/ext/standard/tests/array/array_sum.phpt b/ext/standard/tests/array/array_sum.phpt index 578de33a85..afae371b00 100644 --- a/ext/standard/tests/array/array_sum.phpt +++ b/ext/standard/tests/array/array_sum.phpt @@ -1,9 +1,9 @@ --TEST-- Test array_sum() +--INI-- +memory_limit=16M --FILE-- --EXPECT-- int(500500)