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 1959251 commit 41c6976Copy full SHA for 41c6976
ext/pdo_sqlite/tests/bug70221.phpt
@@ -12,7 +12,11 @@ function _test() { return 42; }
12
$db->sqliteCreateFunction('test', '_test', 0);
13
print("Everything is fine, no exceptions here\n");
14
unset($db);
15
-@unlink($dbfile);
+?>
16
+--CLEAN--
17
+<?php
18
+$dbfile = __DIR__ . '/test.sqlite';
19
+unlink($dbfile);
20
?>
21
--EXPECT--
22
Everything is fine, no exceptions here
0 commit comments