6 lines
42 B
PHP
6 lines
42 B
PHP
<?php
|
|
|
|
$db = new SQLite3(':memory:');
|
|
|
|
?>
|
<?php
|
|
|
|
$db = new SQLite3(':memory:');
|
|
|
|
?>
|