Skip to content

Commit d022446

Browse files
committed
Dump result
1 parent a7f5bed commit d022446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/sqlite3/tests/gh20699.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ plusminmax
77
--FILE--
88
<?php
99
$db = new SQLite3(':memory:');
10-
$db->prepare('BEGIN;')->execute()->fetchArray();
10+
var_dump($db->prepare('BEGIN;')->execute()->fetchArray());
1111
?>
1212
--EXPECTF--
1313
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

Comments
 (0)