mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
6 lines
133 B
PHP
6 lines
133 B
PHP
<?php
|
|
$db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
|
|
@unlink($db_filename);
|
|
@unlink($db_filename.'.lck');
|
|
?>
|