Test: /ext/mysqli/tests/mysqli_stmt_bind_param_call_user_func.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- Regular, procedural, using variables
002- int(1)
003- %unicode|string%(1) "a"
004- Call user func, procedural, using references for everything
005- int(1)
006- %unicode|string%(1) "a"
007- Call user func, object oriented, using references for everything
008- int(1)
009- %unicode|string%(1) "a"
010- Call user func, object oriented, using variable for types. using references for bound parameter
011- int(1)
012- %unicode|string%(1) "a"
013- Call user func, object oriented, using constant for types. using references for bound parameter
014- int(1)
015- %unicode|string%(1) "a"
016- Call user func, procedural, using references for everything but using variable for types
017- int(1)
018- %unicode|string%(1) "a"
019- Call user func, procedural, using references for bound parameter, using variables for resource and types
020- int(1)
021- %unicode|string%(1) "a"
022- Call user func, procedural, using references for bound parameter, using variables for resource and types
023- int(1)
024- %unicode|string%(1) "a"
025- Call user func, procedural, using references for bound parameter, using variable for resource, using constant for types
026- int(1)
027- %unicode|string%(1) "a"
028- Call user func, procedural, using references for bound parameter, using variable for resource, using constant for types, array
029- int(1)
030- %unicode|string%(1) "a"
031- done!