I just spent the last hour debugging a script error, the cause turned out to be this little snippet written by yours truly:
if ($foobar = 1) {
skip();
}

Hey, why does everything skip?  ARGHHHHHH!