]> granicus.if.org Git - php/commitdiff
Fixed test, as per r311323
authorPhilip Olson <philip@php.net>
Wed, 25 May 2011 00:02:05 +0000 (00:02 +0000)
committerPhilip Olson <philip@php.net>
Wed, 25 May 2011 00:02:05 +0000 (00:02 +0000)
ext/standard/tests/general_functions/ini_get_all.phpt

index 0dcce392ee51d60c93e10d88b216df0882c36568..60cd38a72391a3ab99716e599c1a5de31ac2f03b 100644 (file)
@@ -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) {
 }