Best Line of Vanilla Code

After todays discussion of line length of code, @AlexanderKim found a beauty ~245 characters long.

if ($sender->MasterView != 'admin' && !$sender->data('_NoMessages') && (val('MessagesLoaded', $sender) != '1' && $sender->MasterView != 'empty' && arrayInArray($exceptions, $messageCache, false) || inArrayI($location, $messageCache))) {


I'm starting this staff forum post to keep track of our favourite lines!