wiki.techinc.nl/includes/db
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
..
loadbalancer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ChronologyProtector.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CloneDatabase.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Database.php Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
DatabaseError.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DatabaseMssql.php Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
DatabaseMysql.php Merge "database: Small DB class cleanups" 2015-06-28 00:26:07 +00:00
DatabaseMysqlBase.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DatabaseMysqli.php Merge "database: Small DB class cleanups" 2015-06-28 00:26:07 +00:00
DatabaseOracle.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DatabasePostgres.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DatabaseSqlite.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DatabaseUtility.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DBConnRef.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
IDatabase.php IDatabase::commit: Docs re 'flush' exception on explicit transaction 2016-02-24 18:22:30 -05:00