Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/date/tests/bug52062-64bit.phpt |
--TEST-- Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (64 bit) --SKIPIF-- <?php if (PHP_INT_SIZE == 4) die('skip 64 bit only'); ?> --INI-- date.timezone=UTC --FILE-- <?php $d = new DateTime('@100000000000'); var_dump($d->format('Y-m-d H:i:s U')); var_dump($d->getTimestamp()); $d->setTimestamp(100000000000); var_dump($d->format('Y-m-d H:i:s U')); var_dump($d->getTimestamp()); $i = new DateInterval('PT100000000000S'); var_dump($i->format('%s')); ?> --EXPECT-- string(32) "5138-11-16 09:46:40 100000000000" int(100000000000) string(32) "5138-11-16 09:46:40 100000000000" int(100000000000) string(12) "100000000000"
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare