mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
4 lines
59 B
PHP
Executable File
4 lines
59 B
PHP
Executable File
<?php #vim:ft=php
|
|
$db = new SQLiteDatabase(":memory:");
|
|
?>
|