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: 175b2d891055fb3003933626e077a8d0d9e819e5 Author: Markus Staab <[email protected]> Wed, 29 Mar 2017 09:04:35 +0200 Committer: Remi Collet <[email protected]> Wed, 29 Mar 2017 09:10:41 +0200 Parents: cec720857a21873864badc53c10d660b673e38cc Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=175b2d891055fb3003933626e077a8d0d9e819e5 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