summaryrefslogtreecommitdiff
path: root/ext/dba/tests/clean.inc
blob: 9f6d539a195363993058e8d84447f7f51942d03a (plain)
1
2
3
4
5
6
<?php
    $db_filename = dirname(__FILE__) .'/test0.dbm';  // see test.inc
	@unlink($db_filename);
	@unlink($db_filename.'.lck');
	@unlink($db_filename.'-lock');
?>