Test: /ext/standard/tests/serialize/unserialize_error_001.phpt - Version 7.0.11-dev    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Segmentation fault (core dumped)
002+
003+ Termsig=11
001- array(3) {
002- [0]=>
003- object(__PHP_Incomplete_Class)#%d (2) {
004- ["__PHP_Incomplete_Class_Name"]=>
005- string(3) "foo"
006- ["x"]=>
007- string(3) "bar"
008- }
009- [1]=>
010- int(2)
011- [2]=>
012- string(1) "3"
013- }
014- array(3) {
015- [0]=>
016- object(__PHP_Incomplete_Class)#%d (2) {
017- ["__PHP_Incomplete_Class_Name"]=>
018- string(3) "foo"
019- ["x"]=>
020- string(3) "bar"
021- }
022- [1]=>
023- int(2)
024- [2]=>
025- string(1) "3"
026- }
027- array(3) {
028- [0]=>
029- object(foo)#%d (1) {
030- ["x"]=>
031- string(3) "bar"
032- }
033- [1]=>
034- int(2)
035- [2]=>
036- string(1) "3"
037- }