mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
7 lines
174 B
PHP
7 lines
174 B
PHP
<?php
|
|
$db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
|
|
@unlink($db_filename);
|
|
@unlink($db_filename.'.lck');
|
|
@unlink($db_filename.'-lock');
|
|
?>
|