php-src/ext/sqlite/tests/blankdb_oo.inc
Ilia Alshanetsky 61c9b22536 Updated libsqlite in ext/sqlite to 2.8.17.
Use in-memory database for tests.
2005-12-20 15:26:26 +00:00

4 lines
59 B
PHP
Executable File

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