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/bug40861.phpt |
--TEST-- Bug #40861 (Multiple +/- on relative units breaks strtotime()) --FILE-- <?php date_default_timezone_set("GMT"); $offset = +60; $ts = strtotime('2000-01-01 12:00:00'); $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts)); echo $result . "\n"; $offset = -60; $ts = strtotime('2000-01-01 12:00:00'); $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts)); echo $result . "\n"; $offset = -60; $ts = strtotime('2000-01-01 12:00:00'); $result = date("Y-m-d H:i:s", strtotime("-$offset minutes", $ts)); echo $result . "\n"; $offset = 60; $ts = strtotime('2000-01-01 12:00:00'); $result = date("Y-m-d H:i:s", strtotime("+$offset minutes", $ts)); echo $result . "\n"; ?> --EXPECT-- 2000-01-01 13:00:00 2000-01-01 11:00:00 2000-01-01 13:00:00 2000-01-01 13:00:00
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare