From: Philip Olson Date: Wed, 25 May 2011 00:02:05 +0000 (+0000) Subject: Fixed test, as per r311323 X-Git-Tag: php-5.5.0alpha1~2042 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0183514cfb09a8912da748ee79da870f03825227;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 7b3572c0bb..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,7 +52,7 @@ array(2) { } array(2) { ["pcre.backtrack_limit"]=> - string(6) "1000000" + string(7) "1000000" ["pcre.recursion_limit"]=> string(6) "100000" }