Skip to content

Instantly share code, notes, and snippets.

@half2me
Created February 25, 2020 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save half2me/52dd5edd211ff8286d71b9113b8760e1 to your computer and use it in GitHub Desktop.
Save half2me/52dd5edd211ff8286d71b9113b8760e1 to your computer and use it in GitHub Desktop.
PHP Is Ugly
<?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