1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 06:02:23 +02:00
Files
archived-php-src/ext/pdo_sqlite/tests/prepare.inc
2005-02-26 15:41:54 +00:00

12 lines
148 B
PHP
Executable File

<?php
require_once('connection.inc');
$SQL = array();
$DB = new pdo($CONNECTION);
$DB->setAttribute(PDO_ATTR_ERRMODE, PDO_ERRMODE_WARNING);
?>