1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-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:");
?>