Test: /ext/mysqli/tests/mysqli_class_mysqli_stmt_interface.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
002+
003+ 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- Parent class:
002- bool(false)
003-
004- Methods:
005- ok
006-
007- Class variables:
008- affected_rows
009- errno
010- error
011- error_list
012- field_count
013- id
014- insert_id
015- num_rows
016- param_count
017- sqlstate
018-
019- Object variables:
020- affected_rows
021- insert_id
022- num_rows
023- param_count
024- field_count
025- errno
026- error
027- error_list
028- sqlstate
029- id
030-
031- Magic, magic properties:
032-
033- Warning: mysqli_stmt_affected_rows(): invalid object or resource mysqli_stmt
034- in %s on line %d
035-
036- Warning: main(): Property access is not allowed yet in %s on line %d
037-
038- Warning: main(): Property access is not allowed yet in %s on line %d
039- stmt->affected_rows = ''
040- stmt->affected_rows = '1'
041- stmt->errno = '0'
042- stmt->error = ''
043- string(14) "stmt->error = "
044- array(0) {
045- }
046- stmt->field_count = '0'
047- stmt->id = '%d'
048- stmt->insert_id = '0'
049- stmt->num_rows = '0'
050- stmt->param_count = '0'
051- stmt->sqlstate = '00000'
052-
053- Access to undefined properties:
054- stmt->unknown = ''
055- stmt->unknown = '13'
056-
057- Prepare using the constructor:
058-
059- Warning: mysqli_stmt::__construct() expects parameter 2 to be %binary_string_optional%, object given in %s on line %d
060- done!