[08:23:23] bd808: any suggestions on a name for https://phabricator.wikimedia.org/T100923 ? [15:32:25] legoktm: strudel [15:32:48] http://foldoc.org/strudel [15:35:13] legoktm: alternately 'at ease', which hints at the function [15:35:17] at ease: 'free from worry, awkwardness, or problems; relaxed.' [20:38:04] I like "at ease" [20:54:53] incidentally, why don't we just use '@'? just because it tends to get abused? [20:55:53] https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#Error_handling [21:02:27] yeah, makes sense [21:04:10] if you're factoring it out, using a callback seems nicer [21:04:25] withWarningsSuppressed( function () { [21:04:31] // do stuff [21:04:33] } ); [21:06:59] and pass the return value through? with 5.3 that's going to mean not-fun use statements :/ [22:39:38] yummmm strudel [23:12:23] * bd808 hopes we kill php 5.3 compat soon [23:17:59] legoktm: part of me would like to see it called stfu or ssshhh [23:44:08] ssshhh is probably too close to ssh. [23:44:45] stfu wins then ;) [23:45:48] or vewy for "be vewy vewy quiet" [23:46:05] stfu\SuppressWarnings(); [23:51:26] you could really just use MediaWiki there [23:52:05] MediaWiki\suppressWarnings(); ...; MediaWiki\restoreWarnings();