Test: /ext/oci8/tests/fetch_object_1.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)#%d (3) {
003- ["caseSensitive"]=>
004- string(3) "123"
005- ["SECONDCOL"]=>
006- string(19) "1st row col2 string"
007- ["ANOTHERCOL"]=>
008- string(15) "1 more text "
009- }
010- object(stdClass)#%d (3) {
011- ["caseSensitive"]=>
012- string(3) "456"
013- ["SECONDCOL"]=>
014- string(19) "2nd row col2 string"
015- ["ANOTHERCOL"]=>
016- string(15) "2 more text "
017- }
018- object(stdClass)#%d (3) {
019- ["caseSensitive"]=>
020- string(3) "789"
021- ["SECONDCOL"]=>
022- string(19) "3rd row col2 string"
023- ["ANOTHERCOL"]=>
024- 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_1.php on line %d
040-
041- ===DONE===