/
proc
/
3430793
/
cwd
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
time
/
File Upload :
llllll
Current File: //proc/3430793/cwd/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/time/bug60222.phpt
--TEST-- Bug #60222 (time_nanosleep() does validate input params) --FILE-- <?php try { time_nanosleep(-1, 0); } catch (ValueError $exception) { echo $exception->getMessage() . "\n"; } try { time_nanosleep(0, -1); } catch (ValueError $exception) { echo $exception->getMessage() . "\n"; } ?> --EXPECT-- time_nanosleep(): Argument #1 ($seconds) must be greater than or equal to 0 time_nanosleep(): Argument #2 ($nanoseconds) must be greater than or equal to 0
Copyright ©2k19 -
Hexid
|
Tex7ure