summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/tests
diff options
context:
space:
mode:
authorMarkus Staab <maggus.staab@googlemail.com>2017-03-29 09:04:35 +0200
committerRemi Collet <remi@php.net>2017-03-29 09:09:53 +0200
commitb8842839db1811954175a5187b1453e79a2ea075 (patch)
tree57fdc35fd34499ccad2a094046cb1544d9717c81 /ext/pdo_sqlite/tests
parent53a6e89ab54dc82e830675208d64f53df8d421d8 (diff)
downloadphp-git-b8842839db1811954175a5187b1453e79a2ea075.tar.gz
fixed typo
Diffstat (limited to 'ext/pdo_sqlite/tests')
-rw-r--r--ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt b/ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt
index d826d93ddf..70ccdd0cd3 100644
--- a/ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt
+++ b/ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt
@@ -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