xref: /PHP-5.3/ext/sqlite/tests/blankdb_oo.inc (revision 1b9e0de2)
1<?php #vim:ft=php
2$db = new SQLiteDatabase(":memory:");
3?>
4