If you're like me, you use emacs to edit a lot of PHP, and if you're like me, you sometimes run across code like this:
/* This is a comment
$foo = 'this is some commented out code'; # Bla bla bla
*/
That's not so bad, really, but the php-mode that I had been using ...