Test: /ext/oci8/tests/fetch_object_2.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- ["COL1"]=>
004- string(3) "123"
005- ["COL2"]=>
006- object(OCI-Lob)#%d (1) {
007- ["descriptor"]=>
008- resource(%d) of type (oci8 descriptor)
009- }
010- ["COL3"]=>
011- string(11) "1 more text"
012- }
013- object(stdClass)#%d (3) {
014- ["COL1"]=>
015- string(3) "456"
016- ["COL2"]=>
017- object(OCI-Lob)#%d (1) {
018- ["descriptor"]=>
019- resource(%d) of type (oci8 descriptor)
020- }
021- ["COL3"]=>
022- NULL
023- }
024- object(stdClass)#%d (3) {
025- ["COL1"]=>
026- string(3) "789"
027- ["COL2"]=>
028- object(OCI-Lob)#%d (1) {
029- ["descriptor"]=>
030- resource(%d) of type (oci8 descriptor)
031- }
032- ["COL3"]=>
033- string(11) "3 more text"
034- }
035- Test 2
036- 123
037- 1st row col2 string
038- 1 more text
039- 456
040- 2nd row col2 string
041-
042- 789
043- 3rd row col2 string
044- 3 more text
045- ===DONE===