Spotted one occurrence in the Wikimedia production logs:
Undefined property: DeletedContribsPager::$newOnly
in /srv/mediawiki/php-1.28.0-wmf.22/extensions/Flow/includes/Formatter/ContributionsFormatter.php on line 33
public function format( FormatterRow $row, IContextSource $ctx ) { … if ( $ctx->newOnly && !$isNewPage ) { return false; } … }