Skip to content

Instantly share code, notes, and snippets.

@kosugi
Created May 7, 2013 05:28
Show Gist options
  • Select an option

  • Save kosugi/5530445 to your computer and use it in GitHub Desktop.

Select an option

Save kosugi/5530445 to your computer and use it in GitHub Desktop.
<?php $quine = '<?php $quine = %s%s%s; printf($quine, chr(39), $quine, chr(39));'; printf($quine, chr(39), $quine, chr(39));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment