Test: /ext/sqlite3/tests/sqlite3_03_insert.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_03_insert.php on line 10
006+ bool(false)
007+
008+ Warning: SQLite3::exec(): no such table: test in %s/sqlite3_03_insert.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- array(2) {
011+
012+ Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: test in %s/sqlite3_03_insert.php on line 14
013+
014+ Fatal error: Uncaught Error: Call to a member function fetchArray() on boolean in %s/sqlite3_03_insert.php:15
015+ Stack trace:
016+ #0 {main}
017+ thrown in %s/sqlite3_03_insert.php on line 15
014- [0]=>
015- int(%d)
016- [1]=>
017- string(1) "b"
018- }
019- Closing database
020- bool(true)
021- Done