Skip to content

Instantly share code, notes, and snippets.

@alileza
Created August 16, 2016 13:42
Show Gist options
  • Save alileza/9f375aa73e9cbc819a6822fcae50db67 to your computer and use it in GitHub Desktop.
Save alileza/9f375aa73e9cbc819a6822fcae50db67 to your computer and use it in GitHub Desktop.
<?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