]> 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 7b3572c0bbc1f10bda2c710f4eb6a970f7292faf..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,7 +52,7 @@ array(2) {
 }
 array(2) {
   ["pcre.backtrack_limit"]=>
-  string(6) "1000000"
+  string(7) "1000000"
   ["pcre.recursion_limit"]=>
   string(6) "100000"
 }