From: tyrael Operating system: freebsd PHP version: Irrelevant Package: Scripting Engine problem Bug Type: Bug Bug description:time_nanosleep won't throw a warning for negative second
Description: ------------ time_nanosleep(-1, 0); should trigger "Warning: time_nanosleep(): nanoseconds was not in the range 0 to 999 999 999 or seconds was negative" but on FreeBSD 8.2 it will just sleep 0 sec. this also makes ext/standard/tests/misc/time_nanosleep_error3.phpt fail on FreeBSD Test script: --------------- <?php time_nanosleep(-1, 0); Expected result: ---------------- Warning: time_nanosleep(): nanoseconds was not in the range 0 to 999 999 999 or seconds was negative -- Edit bug report at https://bugs.php.net/bug.php?id=60222&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=60222&r=trysnapshot54 Try a snapshot (PHP 5.3): https://bugs.php.net/fix.php?id=60222&r=trysnapshot53 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=60222&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=60222&r=fixed Fixed in SVN and need be documented: https://bugs.php.net/fix.php?id=60222&r=needdocs Fixed in release: https://bugs.php.net/fix.php?id=60222&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=60222&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=60222&r=needscript Try newer version: https://bugs.php.net/fix.php?id=60222&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=60222&r=support Expected behavior: https://bugs.php.net/fix.php?id=60222&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=60222&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=60222&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=60222&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=60222&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=60222&r=dst IIS Stability: https://bugs.php.net/fix.php?id=60222&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=60222&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=60222&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=60222&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=60222&r=mysqlcfg