wiki.techinc.nl/includes/parser
Brad Jorsch fb3ae6fbe3 Replace use of &$this
Use of &$this doesn't work in PHP 7.1. For callbacks to methods like
array_map() it's completely unnecessary, while for hooks we still need
to pass a reference and so we need to copy $this into a local variable.

Bug: T153505
Change-Id: I8bbb26e248cd6f213fd0e7460d6d6935a3f9e468
2017-01-31 23:01:54 -05:00
..
BlockLevelPass.php
CacheTime.php
CoreParserFunctions.php CoreParserFunctions: Use Title::inNamespace instead of manual comparison 2016-12-21 10:55:14 +01:00
CoreTagHooks.php
DateFormatter.php Replace use of &$this 2017-01-31 23:01:54 -05:00
LinkHolderArray.php Replace use of &$this 2017-01-31 23:01:54 -05:00
MWTidy.php
Parser.php Replace use of &$this 2017-01-31 23:01:54 -05:00
ParserCache.php Avoid page_touched update for HTTP GET action=purge requests 2016-09-13 05:24:46 +00:00
ParserDiffTest.php
ParserOptions.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
ParserOutput.php refreshLinks.php: allow refreshing by categories, tracking or not 2017-01-23 14:30:16 -08:00
Preprocessor.php Protect language converter markup in the preprocessor. 2016-12-15 23:50:44 +00:00
Preprocessor_DOM.php Revert "Protect language converter markup in the preprocessor." 2017-01-03 17:23:28 -05:00
Preprocessor_Hash.php Revert "Protect language converter markup in the preprocessor." 2017-01-03 17:23:28 -05:00
StripState.php