Test: /ext/oci8/tests/dupcolnames.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 - OCI_ASSOC
002- array(3) {
003- ["C1"]=>
004- string(1) "1"
005- ["DUPNAMECOL"]=>
006- string(5) "jones"
007- ["C2"]=>
008- string(1) "2"
009- }
010-
011- Test 2 - OCI_NUM
012- array(4) {
013- [0]=>
014- string(1) "1"
015- [1]=>
016- string(5) "chris"
017- [2]=>
018- string(1) "2"
019- [3]=>
020- string(5) "jones"
021- }
022-
023- Test 3 - OCI_ASSOC+OCI_NUM
024- array(7) {
025- [0]=>
026- string(1) "1"
027- ["C1"]=>
028- string(1) "1"
029- [1]=>
030- string(5) "chris"
031- ["DUPNAMECOL"]=>
032- string(5) "jones"
033- [2]=>
034- string(1) "2"
035- ["C2"]=>
036- string(1) "2"
037- [3]=>
038- string(5) "jones"
039- }
040- ===DONE===