/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
calendar
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/calendar/tests/bug80185.phpt
--TEST-- Bug #80185 (jdtounix() fails after 2037) --SKIPIF-- <?php if (!extension_loaded('calendar')) die('skip ext/calendar required'); if (PHP_INT_SIZE != 8) die("skip for 64bit platforms only"); ?> --FILE-- <?php var_dump(jdtounix(2465712)); var_dump(jdtounix(PHP_INT_MAX / 86400 + 2440588)); try { var_dump(jdtounix(PHP_INT_MAX / 86400 + 2440589)); } catch (ValueError $ex) { echo $ex->getMessage(), PHP_EOL; } ?> --EXPECT-- int(2170713600) int(9223372036854720000) jday must be between 2440588 and 106751993607888
Copyright ©2k19 -
Hexid
|
Tex7ure