From: Philip Olson Date: Wed, 25 May 2011 00:02:05 +0000 (+0000) Subject: Fixed test, as per r311323 X-Git-Tag: php-5.4.0alpha1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5b67e09b9160c8e4d6b3917a24ea5fd4df39f25;p=php Fixed test, as per r311323 --- diff --git a/ext/standard/tests/general_functions/ini_get_all.phpt b/ext/standard/tests/general_functions/ini_get_all.phpt index 0dcce392ee..60cd38a723 100644 --- a/ext/standard/tests/general_functions/ini_get_all.phpt +++ b/ext/standard/tests/general_functions/ini_get_all.phpt @@ -34,9 +34,9 @@ array(2) { ["pcre.backtrack_limit"]=> array(3) { ["global_value"]=> - string(6) "1000000" + string(7) "1000000" ["local_value"]=> - string(6) "1000000" + string(7) "1000000" ["access"]=> int(7) } @@ -52,9 +52,9 @@ array(2) { } array(2) { ["pcre.backtrack_limit"]=> - string(6) "1000000" + string(7) "1000000" ["pcre.recursion_limit"]=> - string(6) "1000000" + string(6) "100000" } array(0) { }