summaryrefslogtreecommitdiff
path: root/ext/spl/tests/SplObjectStorage_unserialize_nested.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/SplObjectStorage_unserialize_nested.phpt')
-rw-r--r--ext/spl/tests/SplObjectStorage_unserialize_nested.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/tests/SplObjectStorage_unserialize_nested.phpt b/ext/spl/tests/SplObjectStorage_unserialize_nested.phpt
index e96a82a7a1..daf415049c 100644
--- a/ext/spl/tests/SplObjectStorage_unserialize_nested.phpt
+++ b/ext/spl/tests/SplObjectStorage_unserialize_nested.phpt
@@ -17,7 +17,6 @@ echo $s."\n";
$so1 = unserialize($s);
var_dump($so1);
-
--EXPECTF--
C:16:"SplObjectStorage":76:{x:i:2;O:8:"stdClass":1:{s:1:"a";O:8:"stdClass":0:{}},i:1;;r:4;,i:2;;m:a:0:{}}
object(SplObjectStorage)#4 (1) {
@@ -44,4 +43,3 @@ object(SplObjectStorage)#4 (1) {
}
}
}
-