Skip to content

Instantly share code, notes, and snippets.

@marcojetson
Created June 15, 2015 14:12
Show Gist options
  • Save marcojetson/1737dda3e5b57d859351 to your computer and use it in GitHub Desktop.
Save marcojetson/1737dda3e5b57d859351 to your computer and use it in GitHub Desktop.
quine.php
<? $a='<? $a=\'%s\';printf($a,addslashes($a));';printf($a,addslashes($a));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment