From: Operating system: Windows XP PHP version: 5.3.3 Package: Unknown/Other Function Bug Type: Bug Bug description:sleep() return NULL
Description: ------------ --- >From manual page: http://www.php.net/function.sleep#Return Values --- Sleep should return int or possibly boolean false but returns NULL. Using PHP 5.3.3 Apache 2.2.6 Windows XP SP3 Test script: --------------- $x=sleep(1); var_dump($x); // Outputs NULL. Expected int 0. Expected result: ---------------- According to documentation $x should be integer 0 or possibly false. Actual result: -------------- Variable $x becomes NULL. -- Edit bug report at http://bugs.php.net/bug.php?id=53409&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53409&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53409&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53409&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53409&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53409&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53409&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53409&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53409&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53409&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53409&r=support Expected behavior: http://bugs.php.net/fix.php?id=53409&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53409&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53409&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53409&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53409&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=53409&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53409&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53409&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53409&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53409&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53409&r=mysqlcfg