Test: /ext/igbinary/tests/igbinary_unserialize_v1_compatible.phpt - Version 5.4.0RC3    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Differing unserialized: object
002+ Expected:
001- reference deserialization works, but the result is not a reference.
002- OK
003+ object(stdClass)#0 (4) {
004+ ["0"]=>
005+ int(1)
006+ ["1"]=>
007+ int(2)
008+ ["2"]=>
009+ int(3)
010+ ["3"]=>
011+ int(4)
012+ }
013+
014+ Actual:
015+ object(stdClass)#0 (4) {
016+ [0]=>
017+ int(1)
018+ [1]=>
019+ int(2)
020+ [2]=>
021+ int(3)
022+ [3]=>
023+ int(4)
024+ }
025+
026+ reference deserialization works, but the result is not a reference.
027+ OK