Skip to content

Instantly share code, notes, and snippets.

@jsifalda
Created October 21, 2013 06:31
Show Gist options
  • Save jsifalda/7079482 to your computer and use it in GitHub Desktop.
Save jsifalda/7079482 to your computer and use it in GitHub Desktop.
<?php
function work(){
echo "1";
}
while(!sleep(1)) work();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment