/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
date
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/date/tests/bug36988.phpt
--TEST-- Bug #36988 (mktime freezes on long numbers) --SKIPIF-- <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?> --FILE-- <?php date_default_timezone_set('GMT'); $start = microtime(true); try { $a = mktime(1, 1, 1, 1, 1, 11111111111); } catch (TypeError $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- mktime(): Argument #6 ($year) must be of type ?int, float given
Copyright ©2k19 -
Hexid
|
Tex7ure