Created
August 16, 2016 13:42
-
-
Save alileza/9f375aa73e9cbc819a6822fcae50db67 to your computer and use it in GitHub Desktop.
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 | |
ob_implicit_flush(1); | |
for(;;){ | |
echo '💩'; | |
echo str_repeat(' ', 1024*64); | |
sleep(1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment