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