Test: /ext/mysqli/tests/057.phpt - Version 7.3.24    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
026+ [001] Expecting 0, got -1
032- Rows: 3
033- array(1) {
034- [0]=>
035- string(1) "1"
036- }
037- done!
033+
034+ Warning: mysqli_stmt_execute() expects parameter 1 to be mysqli_stmt, bool given in %s/057.php on line 38
035+
036+ Warning: mysqli_stmt_result_metadata() expects parameter 1 to be mysqli_stmt, bool given in %s/057.php on line 39
037+
038+ Warning: mysqli_stmt_store_result() expects parameter 1 to be mysqli_stmt, bool given in %s/057.php on line 40
039+
040+ Warning: mysqli_stmt_affected_rows() expects parameter 1 to be mysqli_stmt, bool given in %s/057.php on line 42
041+ Rows: 0
042+
043+ Notice: Undefined variable: row in %s/057.php on line 50
044+ NULL
045+
046+ Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, null given in %s/057.php on line 52
047+
048+ Warning: mysqli_stmt_close() expects parameter 1 to be mysqli_stmt, bool given in %s/057.php on line 53
049+ done!