php-src/ext/sqlite/tests/blankdb_oo.inc
2012-10-10 10:44:34 +08:00

3 lines
59 B
PHP

<?php #vim:ft=php
$db = new SQLiteDatabase(":memory:");
?>