For when the bugs just won't quit.
Warning: The following techniques are not recommended for the faint of heart. Proceed with caution.
/* Squash with reckless abandon */
function squish($bug) {
return "Squished";
}
$bug = "buggy";
print(squish($bug)); // Output: Squished
Sometimes, the simplest solution is the best.
Just remember: it's like a big ol' hug for your code.
Where function meets form.
Or does it?
