wiki.techinc.nl/includes/parser
Bartosz Dziewoński c161c46d26 Improve code suffering from PHP 5.3's lack of support for foo()[]
I searched for /\$(\S+) = (.+?\(.*?\);)\n.*?\$\1\[/, ignored
everything involving isset(), unset() or array assigments, then
skimmed through the remaining results and changed things where they
made sense. These changes were not automated, so please review them.

Change-Id: Ib37b4c66fc57648470f151ad412210b3629c2538
2016-02-28 22:49:20 +01:00
..
CacheTime.php Remove buggy b/c logic in Parser::disableCache()/updateCacheExpiry() 2015-10-23 12:35:43 -07:00
CoreParserFunctions.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CoreTagHooks.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DateFormatter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
LinkHolderArray.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWTidy.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Parser.php Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
ParserCache.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ParserDiffTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ParserOptions.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ParserOutput.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Preprocessor.php Fix a PHP 5.5 TODO 2016-02-22 17:03:51 -08:00
Preprocessor_DOM.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Preprocessor_Hash.php Fix unmatched @codingStandardsIgnore in parser folder 2016-02-17 21:26:30 +01:00
StripState.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00