Test: /ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt - Version 5.6.38    

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

Count Diff
3 (50%)
001+ [001] Dumping list of unexpected constants
002+ array(3) {
003+ ["MYSQL_ATTR_MAX_BUFFER_SIZE"]=>
004+ int(1005)
005+ ["MYSQL_ATTR_READ_DEFAULT_FILE"]=>
006+ int(1003)
007+ ["MYSQL_ATTR_READ_DEFAULT_GROUP"]=>
008+ int(1004)
009+ }
2 (33%)
001+ [001] Dumping list of unexpected constants
001- done!
002+ array(3) {
003+ ["MYSQL_ATTR_MAX_BUFFER_SIZE"]=>
004+ int(1005)
005+ ["MYSQL_ATTR_READ_DEFAULT_FILE"]=>
006+ int(1003)
007+ ["MYSQL_ATTR_READ_DEFAULT_GROUP"]=>
008+ int(1004)
009+ }
010+ [002] Dumping list of missing constants
011+ array(1) {
012+ ["MYSQL_ATTR_SERVER_PUBLIC_KEY"]=>
013+ bool(true)
014+ }
015+ done!
1 (17%)
001+ [001] Dumping list of unexpected constants
002+ array(1) {
003+ ["MYSQL_ATTR_SERVER_PUBLIC_KEY"]=>
004+ int(1015)
005+ }