Test: /ext/sqlite3/tests/sqlite3_12_unfinalized_stmt_cleanup.phpt - Version 7.1.2RC1    

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
004+
005+ Warning: SQLite3::exec(): no such table: test in %s/sqlite3_12_unfinalized_stmt_cleanup.php on line 10
006+ bool(false)
007+
008+ Warning: SQLite3::exec(): no such table: test in %s/sqlite3_12_unfinalized_stmt_cleanup.php on line 11
009+ bool(false)
004- bool(true)
005- bool(true)
007- array(2) {
008- [0]=>
009- int(%d)
010- [1]=>
011- string(1) "a"
012- }
013- Closing database
011+
012+ Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: test in %s/sqlite3_12_unfinalized_stmt_cleanup.php on line 14
013+
014+ Fatal error: Uncaught Error: Call to a member function fetchArray() on boolean in %s/sqlite3_12_unfinalized_stmt_cleanup.php:15
015+ Stack trace:
016+ #0 {main}
017+ thrown in %s/sqlite3_12_unfinalized_stmt_cleanup.php on line 15
014- bool(true)
015- Check db was closed
016-
017- Warning: SQLite3Result::numColumns(): The SQLite3Result object has not been correctly initialised in %s on line %d
018- bool(false)
019- Done