summaryrefslogtreecommitdiff
path: root/ext/dba/tests/test.inc
blob: 30bc0c3a764fd58847256ee34fbebc66dcdcc87c (plain)
1
2
3
4
5
<?php
	$db_file = dirname(__FILE__).'/test.dbm'; 
	$handler = dba_handlers(); 
	$handler = $handler[0];
?>