]> granicus.if.org Git - php/commitdiff
- Fix test expectation
authorMarcus Boerger <helly@php.net>
Thu, 18 Oct 2007 04:51:53 +0000 (04:51 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 18 Oct 2007 04:51:53 +0000 (04:51 +0000)
ext/spl/tests/bug41692.phpt

index 8a2b958fc16aa167e4c48c3063f5aa6331293578..c9b7d8d60f0ce4cacb6bee186cccc4708caa545b 100644 (file)
@@ -21,20 +21,44 @@ var_dump($bar);
 echo "Done\n";
 ?>
 --EXPECTF--    
-object(Bar)#%d (3) {
-  [0]=>
-  int(1)
-  [1]=>
-  int(2)
-  [2]=>
-  int(3)
+object(Bar)#%d (2) {
+  ["foo":"Bar":private]=>
+  array(3) {
+    [0]=>
+    int(1)
+    [1]=>
+    int(2)
+    [2]=>
+    int(3)
+  }
+  ["storage":"ArrayObject":private]=>
+  array(3) {
+    [0]=>
+    int(1)
+    [1]=>
+    int(2)
+    [2]=>
+    int(3)
+  }
 }
-object(Bar)#%d (3) {
-  [0]=>
-  int(1)
-  [1]=>
-  int(2)
-  [2]=>
-  int(3)
+object(Bar)#%d (2) {
+  ["foo":"Bar":private]=>
+  array(3) {
+    [0]=>
+    int(1)
+    [1]=>
+    int(2)
+    [2]=>
+    int(3)
+  }
+  ["storage":"ArrayObject":private]=>
+  array(3) {
+    [0]=>
+    int(1)
+    [1]=>
+    int(2)
+    [2]=>
+    int(3)
+  }
 }
 Done