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

Feature/Change Request #73068 SQLite3 may fail to DELETE
Submitted: 2016-09-12 23:38:24 Modified: 2016-09-13 14:31:52
From: alejosimon Assigned: ab
Status: Closed Package: SQLite related
PHP Version: Irrelevant OS: Windows 7 x64

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ Warning: SQLite3::exec(): no such table: t1 in %s/bug73068.php on line 6
002+
003+ Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: t1 in %s/bug73068.php on line 8
004+
005+ Fatal error: Uncaught Error: Call to a member function fetchArray() on boolean in %s/bug73068.php:9
006+ Stack trace:
007+ #0 {main}
008+ thrown in %s/bug73068.php on line 9
001- array(4) {
002- [0]=>
003- int(1)
004- ["a"]=>
005- int(1)
006- [1]=>
007- int(2)
008- ["b"]=>
009- int(2)
010- }
011- bool(false)
012- ==OK==