[15:51:54] Reedy: Want to merge https://gerrit.wikimedia.org/r/#/c/347535/ in ContactForm? [15:52:01] Err, …Page. [16:19:24] Ta. [16:21:44] Forgot about that one [20:11:32] coding conventions question: do we find it acceptable to rely on the silly thing PHP was where appending to a non-existent array automatically creates it? as in https://3v4l.org/IqDGM [20:12:29] $a = [ 'foo', 'bar' ]; is better in that case :P [20:14:09] indeed [21:07:11] MatmaRex: also silently converts the variable to an array if it did exist but it was falsy, which can be lots of fun [21:07:41] e.g. with functions which normally return an array, but false on error [21:36:03] QueryPage execute returns one row more than specified apparently, looking at getDBLimit. Why is this so? [21:38:33] Niharika, for paging [21:39:14] MaxSem: How so? If I ask for 50 results, how does returning 51 help with paging? [21:39:33] It knows if there's more to continue paging [21:39:40] *so that it knows [21:40:08] MaxSem: Ah. Okay.