com php-src: fixed typo: ext/sqlite3/tests/sqlite3_37 _createfunction_flags.phpt
[email protected] (Remi Collet)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 851f3654f16373d625ef78499b00daa6d2c92aaa Author: Markus Staab <[email protected]> Wed, 29 Mar 2017 09:05:34 +0200 Committer: Remi Collet <[email protected]> Wed, 29 Mar 2017 09:09:53 +0200 Parents: b8842839db1811954175a5187b1453e79a2ea075 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=851f3654f16373d625ef78499b00daa6d2c92aaa Log: fixed typo Changed paths: M ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt Diff: diff --git a/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt b/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt index f9f0b5f..0c5bd86 100644 --- a/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt +++ b/ext/sqlite3/tests/sqlite3_37_createfunction_flags.phpt @@ -3,7 +3,7 @@ SQLite3::createFunction - Test with flags --SKIPIF-- <?php require_once(__DIR__ . '/skipif.inc'); -if (!defined('SQLITE3_DETERMINISTIC')) die('skip system sqlite is to old'); +if (!defined('SQLITE3_DETERMINISTIC')) die('skip system sqlite is too old'); ?> --FILE-- <?php