Test: /ext/mysqli/tests/ps_cursor_multiple_result_sets.phpt - Version 7.4.22    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
002+ 003+ Fatal error: Uncaught mysqli_sql_exception: Commands out of sync; you can't run this command now in %s/ps_cursor_multiple_result_sets.php:22 004+ Stack trace: 005+ #0 %s/ps_cursor_multiple_result_sets.php(22): mysqli_stmt->fetch() 006+ #1 {main} 007+ thrown in %s/ps_cursor_multiple_result_sets.php on line 22 002- int(1) 003- int(2) 004- int(3) 005- int(4) 007- store_result: 009+ Warning: Unknown: Error occurred while closing statement in Unknown on line 0 008- int(1) 009- int(2) 010- int(3) 011- int(4) 012- 013- get_result: 014- array(2) { 015- ["a"]=> 016- int(1) 017- ["b"]=> 018- int(2) 019- } 020- array(2) { 021- ["a"]=> 022- int(3) 023- ["b"]=> 024- int(4) 025- }