mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
6 lines
165 B
PHP
6 lines
165 B
PHP
<?php
|
|
$db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
|
|
@unlink($db_filename);
|
|
@unlink($db_filename.'.lck');
|
|
@unlink($db_filename.'-lock');
|
|
?>
|