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