mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
cf1480cb96
The mb_strpos() function throws E_WARNING if the offset is longer than the length of the string. Bug: T209600 Change-Id: Ib4296ba136eaf5c8461681e9d5f108118b2494f4 |
||
---|---|---|
i18n | ||
includes | ||
tests | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
package.json | ||
ParserFunctions.i18n.magic.php | ||
ParserFunctions.php | ||
README |
ParserFunctions v1.4.0 1. Licensing 2. How to install 3. Tests 1. Licensing Licensed under GNU GPL 2.0 or any later version. See COPYING for more license information. 2. How to install a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/ where $IP is your root wiki install b. Add 'require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php");' to the end of your LocalSettings (without the single quotes) c. Enjoy 3. Tests ParserFunctions ships with two tests - Parser tests. These get added to the main parser tests, see there for docs - Expression tests. These are designed to test the math-related functions See testExpr.php