Test: /ext/mysqli/tests/mysqli_fetch_field_flags.phpt - Version 5.6.5    

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

Count Diff
2 (40%)
001+ [007] The flags 'ZEROFILL' have not been reported for TIMESTAMP NOT NULL, found 'ON_UPDATE_NOW TIMESTAMP BINARY UNSIGNED NOT_NULL '
001- done!
002+ string(50) "CREATE TABLE test(id INT, col1 TIMESTAMP NOT NULL)"
003+ int(50505)
004+ ZEROFILL
1 (20%)
001+ [006] Found unexpected flags 'ZEROFILL UNSIGNED ' for TIMESTAMP NOT NULL, found 'ON_UPDATE_NOW TIMESTAMP BINARY ZEROFILL UNSIGNED NOT_NULL ' with MySQL 50604'
1 (20%)
001+ [006] Found unexpected flags 'UNSIGNED ' for TIMESTAMP NOT NULL, found 'ON_UPDATE_NOW TIMESTAMP BINARY UNSIGNED NOT_NULL ' with MySQL 100015'
1 (20%)
001+ [006] Found unexpected flags 'BINARY ' for CHAR(1) DEFAULT NULL, found 'BINARY ' with MySQL 50505'
001- done!
002+ [006] Found unexpected flags 'BINARY ' for CHAR(1) NOT NULL, found 'NO_DEFAULT_VALUE BINARY NOT_NULL ' with MySQL 50505'
003+ [007] The flags 'ZEROFILL' have not been reported for TIMESTAMP NOT NULL, found 'ON_UPDATE_NOW TIMESTAMP BINARY UNSIGNED NOT_NULL '
004+ string(50) "CREATE TABLE test(id INT, col1 TIMESTAMP NOT NULL)"
005+ int(50505)
006+ ZEROFILL