Test: /ext/pdo_dblib/tests/bug_47588.phpt - Version 7.1.12RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- array(3) {
002- [0]=>
003- array(2) {
004- ["My Field"]=>
005- int(1)
006- ["Another Field"]=>
007- string(11) "test_string"
008- }
009- [1]=>
010- array(2) {
011- ["My Field"]=>
012- int(2)
013- ["Another Field"]=>
014- string(11) "test_string"
015- }
016- [2]=>
017- array(2) {
018- ["My Field"]=>
019- int(3)
020- ["Another Field"]=>
021- string(11) "test_string"
022- }
023- }
024- Done.