Skip to content

Instantly share code, notes, and snippets.

@bradclawsie
Created May 17, 2012 05:08
Show Gist options
  • Save bradclawsie/2716570 to your computer and use it in GitHub Desktop.
Save bradclawsie/2716570 to your computer and use it in GitHub Desktop.
unsafe
<?php
$u = 4/0;
if ($u == $t) {
print "do stuff with *your* credit card number here\n";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment