Test: /ext/mysqli/tests/mysqli_fetch_array.phpt - Version 5.6.37    

There are 2 different diffs reported by users for this test.

Count Diff
1 (50%)
001+ Warning: mysqli_connect(): Headers and client library minor version mismatch. Headers:50645 Library:50560 in /usr/local/src/php-5.6.37/ext/mysqli/tests/connect.inc on line 96
1 (50%)
001+ Warning: mysqli_connect(): (HY000/2002): Connection timed out in /fly/src/php-5.6.37/ext/mysqli/tests/connect.inc on line 96
002+ Cannot connect to the server using host=127.0.0.1, user=root, passwd=***, dbname=test, port=3306, socket=
001- [005]
002- array(4) {
003- [0]=>
004- %unicode|string%(1) "1"
005- [%u|b%"id"]=>
006- %unicode|string%(1) "1"
007- [1]=>
008- %unicode|string%(1) "a"
009- [%u|b%"label"]=>
010- %unicode|string%(1) "a"
011- }
012- [006]
013- array(2) {
014- [0]=>
015- %unicode|string%(1) "2"
016- [1]=>
017- %unicode|string%(1) "b"
018- }
019- [007]
020- array(4) {
021- [0]=>
022- %unicode|string%(1) "3"
023- [%u|b%"id"]=>
024- %unicode|string%(1) "3"
025- [1]=>
026- %unicode|string%(1) "c"
027- [%u|b%"label"]=>
028- %unicode|string%(1) "c"
029- }
030- [008]
031- array(2) {
032- [%u|b%"id"]=>
033- %unicode|string%(1) "4"
034- [%u|b%"label"]=>
035- %unicode|string%(1) "d"
036- }
037- [009]
038- array(4) {
039- [0]=>
040- %unicode|string%(1) "5"
041- [%u|b%"id"]=>
042- %unicode|string%(1) "5"
043- [1]=>
044- %unicode|string%(1) "e"
045- [%u|b%"label"]=>
046- %unicode|string%(1) "e"
047- }
048- [011]
049- array(11) {
050- [0]=>
051- %unicode|string%(1) "1"
052- [%u|b%"a"]=>
053- %unicode|string%(1) "2"
054- [1]=>
055- %unicode|string%(1) "2"
056- [2]=>
057- %unicode|string%(1) "3"
058- [%u|b%"c"]=>
059- %unicode|string%(1) "3"
060- [3]=>
061- %unicode|string%(1) "4"
062- [%u|b%"C"]=>
063- %unicode|string%(1) "4"
064- [4]=>
065- NULL
066- [%u|b%"d"]=>
067- NULL
068- [5]=>
069- %unicode|string%(1) "1"
070- [%u|b%"e"]=>
071- %unicode|string%(1) "1"
072- }
073-
074- Warning: mysqli_fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_BOTH in %s on line %d
075-
076- Warning: mysqli_fetch_array(): The result type should be either MYSQLI_NUM, MYSQLI_ASSOC or MYSQLI_BOTH in %s on line %d
077-
078- Warning: mysqli_fetch_array(): Couldn't fetch mysqli_result in %s on line %d
079- done!