com php-src: fixed typo: ext/pdo_sqlite/tests/pdo_sqlite_ createfunction_with_flags.phpt
[email protected] (Remi Collet)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: b8842839db1811954175a5187b1453e79a2ea075 Author: Markus Staab <[email protected]> Wed, 29 Mar 2017 09:04:35 +0200 Committer: Remi Collet <[email protected]> Wed, 29 Mar 2017 09:09:53 +0200 Parents: 53a6e89ab54dc82e830675208d64f53df8d421d8 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=b8842839db1811954175a5187b1453e79a2ea075 Log: fixed typo Changed paths: M ext/pdo_sqlite/tests/pdo_sqlite_createfunction_with_flags.phpt Diff: 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 d826d93..70ccdd0 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