]> granicus.if.org Git - php/commitdiff
fix two remaining tests
authorAnatol Belski <ab@php.net>
Tue, 21 Jun 2016 15:24:08 +0000 (17:24 +0200)
committerAnatol Belski <ab@php.net>
Tue, 21 Jun 2016 15:24:08 +0000 (17:24 +0200)
ext/standard/tests/strings/bug72433.phpt
ext/standard/tests/strings/bug72434.phpt

index 3a2c89701b12e7587a95284543311a71fa64af1b..d5a6612f2b7eb6f94d16777dbf276aebf068b2e2 100644 (file)
@@ -21,12 +21,39 @@ var_dump($free_me);
 --EXPECTF--
 array(3) {
   [0]=>
-  *RECURSION*
+  array(3) {
+    [0]=>
+    *RECURSION*
+    [1]=>
+    *RECURSION*
+    [2]=>
+    object(ArrayObject)#%d (1) {
+      ["storage":"ArrayObject":private]=>
+      *RECURSION*
+    }
+  }
   [1]=>
-  *RECURSION*
+  array(3) {
+    [0]=>
+    *RECURSION*
+    [1]=>
+    *RECURSION*
+    [2]=>
+    object(ArrayObject)#%d (1) {
+      ["storage":"ArrayObject":private]=>
+      *RECURSION*
+    }
+  }
   [2]=>
   object(ArrayObject)#%d (1) {
     ["storage":"ArrayObject":private]=>
-    *RECURSION*
+    array(3) {
+      [0]=>
+      *RECURSION*
+      [1]=>
+      *RECURSION*
+      [2]=>
+      *RECURSION*
+    }
   }
 }
index 1408b8f578aaaacf5977955fa9a1684f21770338..fa31c8bf03be0131d4d1f6abcf228eda10fdb5e8 100644 (file)
@@ -26,8 +26,8 @@ $fill_freed_space_4 = "filler_zval_4";
 debug_zval_dump($unserialized_payload[1]);
 ?>
 --EXPECTF--
-array(1) refcount(1){
+array(1) refcount(3){
   [0]=>
-  object(stdClass)#%d (0) refcount(3){
+  object(stdClass)#%d (0) refcount(1){
   }
 }