Created
February 25, 2020 14:41
-
-
Save half2me/52dd5edd211ff8286d71b9113b8760e1 to your computer and use it in GitHub Desktop.
PHP Is Ugly
This file contains hidden or 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
<?php | |
// what is my name? What do I output? | |
define('JAKE', "Jake"); | |
;;;;;echo"Jake".JAKE. <<<JAKE | |
Jake | |
?> | |
JAKE; | |
JAKE; | |
JAKE; | |
JAKE; | |
<<<JAKE | |
<?php die(); ?> | |
JAKE; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment