I just found this in Drupal's code base:
if (($_GET['q'] == 'user/register') ? 1 : 0) { ... } else { ... }
Is that like the most totally redundant use of a ternary operator ever?! :bemused:
You could consider submitting it to thedailywtf.com, though perhaps it isnt that bad.