Created
January 27, 2016 03:36
-
-
Save TheJosh/81f4c57ed094210675ff to your computer and use it in GitHub Desktop.
Tiny little PHP quine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?=file(__FILE__)[0]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course as PHP outputs any content which isn't in tags, the following would be an even shorter quine:
And as per IOCCC, an empty file could be "executed" as well.