Test: /ext/mysqli/tests/mysqli_ps_select_union.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+ ** ERROR: process timed out **
001- Using CAST('somestring' AS CHAR)...
002- %unicode|string%(3) "one"
003- %unicode|string%(5) "three"
004- %unicode|string%(3) "two"
005- Mixing CAST('somestring'AS CHAR), integer and CAST(integer AS CHAR)...
006- %unicode|string%(1) "1"
007- %unicode|string%(5) "three"
008- %unicode|string%(1) "2"
009- Using integer only...
010- int(1)
011- int(303)
012- int(2)
013- Testing bind_param(), strings only...
014- %unicode|string%(3) "one"
015- %unicode|string%(5) "three"
016- %unicode|string%(3) "two"
017- Testing bind_param(), strings only, with CAST AS CHAR...
018- %unicode|string%(3) "one"
019- %unicode|string%(32) "three beers are more than enough"
020- %unicode|string%(3) "two"
021- done!