index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
sqlite3
/
tests
/
new_db.inc
blob: 068d7ba69252605c39c68290c793f98439a719ec (
plain
)
1
2
3
4
5
<
?php
$db
=
new SQLite3
(
':memory:'
)
;
?
>