Currently wfSuppressWarnings() does not remove E_STRICT notices from the error output, causing them to be generated even when warnings are supposed to be suppressed.
E_STRICT should be added to the list of ORed error levels in wfSuppressWarnings() (GlobalFunctions.php line 2331, as of 1.20.2).
Version: 1.20.x
Severity: major