/
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/bug66836.phpt
--TEST-- Bug #66836 (DateTime::createFromFormat 'U' with pre 1970 dates fails parsing) --INI-- date.timezone=Europe/Berlin --FILE-- <?php foreach (['-1', '-86400', '-1000000'] as $timestamp) { $dt = DateTime::createFromFormat('U', $timestamp); var_dump($dt->format('U') === $timestamp); } ?> --EXPECT-- bool(true) bool(true) bool(true)
Copyright ©2k19 -
Hexid
|
Tex7ure