php-src/ext/dba/tests/clean.inc

6 lines
133 B
PHP
Raw Normal View History

2010-03-01 20:33:18 +00:00
<?php
$db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
@unlink($db_filename);
@unlink($db_filename.'.lck');
?>