<?php unlink(string $filename, ?resource $context = null): bool
<?php return; } unlink($database); }
<?php protected function tearDown(): void { if (file_exists('/tmp/test_nesting.sqlite')) { unlink('/tmp/test_nesting.sqlite'); } $this->markConnectionNotReusable();
<?php } chmod($filename, 0200); // make the file writable again, so it can be removed on Windows unlink($filename); } }
<?php if (isset($GLOBALS['db_path'])) { $params['path'] = $GLOBALS['db_path']; unlink($GLOBALS['db_path']); } return $params;