fixed typo

This commit is contained in:
Markus Staab 2017-03-29 09:04:35 +02:00 committed by Remi Collet
parent 53a6e89ab5
commit b8842839db

View File

@ -3,7 +3,7 @@ PDO_sqlite: Testing sqliteCreateFunction() with flags
--SKIPIF--
<?php
if (!extension_loaded('pdo_sqlite')) print 'skip not loaded';
if (!defined('PDO::SQLITE_DETERMINISTIC')) die('skip system sqlite is to old');
if (!defined('PDO::SQLITE_DETERMINISTIC')) die('skip system sqlite is too old');
?>
--FILE--
<?php