In PHP, if you use sleep(0);, will it be ignored (either by PHP or by the OS), or will it still yield execution to another thread temporarily? Does it incur any overhead? Does it depend on the version of PHP or the OS?
sleep(0);