Test: /ext/mysqli/tests/mysqli_fetch_object_no_constructor.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- No exception with PHP:
002- object(mysqli_fetch_object_test)#%d (%d) {
003- [%u|b%"a"]=>
004- NULL
005- [%u|b%"b"]=>
006- NULL
007- }
008-
009- Exception with mysqli. Note that at all other places we throws errors but no exceptions unless the error mode has been changed:
010- Exception: Class mysqli_fetch_object_test does not have a constructor hence you cannot use ctor_params
011-
012- Fatal error with PHP (but no exception!):
013-
014- Fatal error: Call to undefined method mysqli_fetch_object_test::mysqli_fetch_object_test() in %s on line %d