61
C0D4
7y

With all this emoji code bullshit flying around in here.

I thought I would test my luck and make what I think would be the worst possible end result of this.

<?php
define("😂","God help me");
define("🤡",100);

for($🍔 = 0; $🍔 <= 🤡; $🍔++){
echo 😂."\n";
}
?>
This will execute and run on PHP7.1 😱

Now let’s all band together and kill emojicode before it becomes a thing we will regret!

Comments
Add Comment