Test: /Zend/tests/debug_info.phpt - Version 5.5.15-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+ ["d"]=>
003+ int(4)
004+ ["e":protected]=>
005+ int(5)
006+ ["f":"Foo":private]=>
007+ int(6)
008+ }
009+ object(Bar)#2 (1) {
010+ ["val"]=>
011+ int(123)
002- ["a"]=>
003- int(1)
004- ["b":protected]=>
005- int(2)
006- ["c":"Foo":private]=>
007- int(3)
009- object(Bar)#%d (0) {
010- }