Skip to content

Instantly share code, notes, and snippets.

@TheJosh
Created January 27, 2016 03:36
Show Gist options
  • Save TheJosh/81f4c57ed094210675ff to your computer and use it in GitHub Desktop.
Save TheJosh/81f4c57ed094210675ff to your computer and use it in GitHub Desktop.
Tiny little PHP quine
<?=file(__FILE__)[0];
@TheJosh
Copy link
Author

TheJosh commented Jan 27, 2016

Of course as PHP outputs any content which isn't in tags, the following would be an even shorter quine:

A

And as per IOCCC, an empty file could be "executed" as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment