mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
6 lines
174 B
PHP
6 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');
|
|
?>
|