Created
December 4, 2019 12:40
-
-
Save martijnengler/2cda639ec35ca51635256ea77bbd16f1 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 | |
print "Checking…\n"; | |
sleep(5); | |
printf("Nope. %s is already taken.\n", $argv[1]); | |
print("Back to work!\n"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment