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

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
004+
005+ Warning: SQLite3::prepare(): Unable to prepare statement: 1, no such table: test in %s/sqlite3_09_blob_bound_param.php on line 11
007- bool(true)
008- bool(true)
009- Closing statement
010- bool(true)
011- SELECTING results
009+
010+ Fatal error: Uncaught Error: Call to a member function bindValue() on boolean in %s/sqlite3_09_blob_bound_param.php:18
011+ Stack trace:
012+ #0 {main}
013+ thrown in %s/sqlite3_09_blob_bound_param.php on line 18
012- array(2) {
013- [0]=>
014- string(1) "a"
015- [1]=>
016- string(23) "X'61626364656667006869'"
017- }
018- Closing database
019- bool(true)
020- Done