Test: /ext/mysql/tests/mysql_fetch_array.phpt - Version 5.6.5-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+ Segmentation fault
002- [005]
003- array(4) {
004- [0]=>
005- %unicode|string%(1) "1"
006- [%u|b%"id"]=>
007- %unicode|string%(1) "1"
008- [1]=>
009- %unicode|string%(1) "a"
010- [%u|b%"label"]=>
011- %unicode|string%(1) "a"
012- }
013- [006]
014- array(2) {
015- [0]=>
016- %unicode|string%(1) "2"
017- [1]=>
018- %unicode|string%(1) "b"
019- }
020- [007]
021- array(4) {
022- [0]=>
023- %unicode|string%(1) "3"
024- [%u|b%"id"]=>
025- %unicode|string%(1) "3"
026- [1]=>
027- %unicode|string%(1) "c"
028- [%u|b%"label"]=>
029- %unicode|string%(1) "c"
030- }
031- [008]
032- array(2) {
033- [%u|b%"id"]=>
034- %unicode|string%(1) "4"
035- [%u|b%"label"]=>
036- %unicode|string%(1) "d"
037- }
038- [009]
039- array(4) {
040- [0]=>
041- %unicode|string%(1) "5"
042- [%u|b%"id"]=>
043- %unicode|string%(1) "5"
044- [1]=>
045- %unicode|string%(1) "e"
046- [%u|b%"label"]=>
047- %unicode|string%(1) "e"
048- }
049- [011]
050- array(11) {
051- [0]=>
052- %unicode|string%(1) "1"
053- [%u|b%"a"]=>
054- %unicode|string%(1) "2"
055- [1]=>
056- %unicode|string%(1) "2"
057- [2]=>
058- %unicode|string%(1) "3"
059- [%u|b%"c"]=>
060- %unicode|string%(1) "3"
061- [3]=>
062- %unicode|string%(1) "4"
063- [%u|b%"C"]=>
064- %unicode|string%(1) "4"
065- [4]=>
066- NULL
067- [%u|b%"d"]=>
068- NULL
069- [5]=>
070- %unicode|string%(1) "1"
071- [%u|b%"e"]=>
072- %unicode|string%(1) "1"
073- }
074-
075- Warning: mysql_fetch_array(): The result type should be either MYSQL_NUM, MYSQL_ASSOC or MYSQL_BOTH in %s on line %d
076-
077- Warning: mysql_fetch_array(): %d is not a valid MySQL result resource in %s on line %d
078- done!