Test: /ext/oci8/tests/fetch_object.phpt - Version 5.5.4    

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
1 (33%)
001+
001- Test 1
002- object(stdClass)#1 (3) {
003- [%u|b%"caseSensitive"]=>
004- %unicode|string%(3) "123"
005- [%u|b%"SECONDCOL"]=>
006- %unicode|string%(19) "1st row col2 string"
007- [%u|b%"ANOTHERCOL"]=>
008- %unicode|string%(15) "1 more text "
009- }
010- object(stdClass)#2 (3) {
011- [%u|b%"caseSensitive"]=>
012- %unicode|string%(3) "456"
013- [%u|b%"SECONDCOL"]=>
014- %unicode|string%(19) "2nd row col2 string"
015- [%u|b%"ANOTHERCOL"]=>
016- %unicode|string%(15) "2 more text "
017- }
018- object(stdClass)#1 (3) {
019- [%u|b%"caseSensitive"]=>
020- %unicode|string%(3) "789"
021- [%u|b%"SECONDCOL"]=>
022- %unicode|string%(19) "3rd row col2 string"
023- [%u|b%"ANOTHERCOL"]=>
024- %unicode|string%(15) "3 more text "
025- }
026- Test 2
027- 123
028- 1st row col2 string
029- 1 more text
030- 456
031- 2nd row col2 string
032- 2 more text
033- 789
034- 3rd row col2 string
035- 3 more text
036- Test 3
037- 123
038-
039- Notice: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object.php on line %d
040-
041- ===DONE===