xref
: /
PHP-5.3
/
ext
/
sqlite
/
tests
/
blankdb_oo.inc
(revision 1b9e0de2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php #vim:ft=php
2
$db = new SQLiteDatabase(":memory:");
3
?>
4