We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f5bed commit d022446Copy full SHA for d022446
ext/sqlite3/tests/gh20699.phpt
@@ -7,7 +7,8 @@ plusminmax
7
--FILE--
8
<?php
9
$db = new SQLite3(':memory:');
10
-$db->prepare('BEGIN;')->execute()->fetchArray();
+var_dump($db->prepare('BEGIN;')->execute()->fetchArray());
11
?>
12
--EXPECTF--
13
Warning: SQLite3Result::fetchArray(): Unable to execute statement: cannot start a transaction within a transaction in %s on line %d
14
+bool(false)
0 commit comments