xref: /PHP-5.3/ext/sqlite/tests/blankdb.inc (revision 61c9b225)
1<?php #vim:ft=php
2$db = sqlite_open(":memory:");
3?>
4