diff options
| author | Markus Staab <maggus.staab@googlemail.com> | 2017-03-29 09:04:35 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2017-03-29 09:09:53 +0200 |
| commit | b8842839db1811954175a5187b1453e79a2ea075 (patch) | |
| tree | 57fdc35fd34499ccad2a094046cb1544d9717c81 /ext/pdo_sqlite/tests | |
| parent | 53a6e89ab54dc82e830675208d64f53df8d421d8 (diff) | |
| download | php-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.phpt | 2 |
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 |
