Infected Code Snippets

This is where we store the code that's been possessed by an otherworldly force.

Warning: Prolonged exposure to these code snippets may cause:

if ($this->logic_is_broken) {
			echo "Something has gone terribly wrong!";
			exit(0);
		} else {
			echo "Everything is fine, I swear.";
		}