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/mktime-3-64bit.phpt |
--TEST-- mktime() [3] (64-bit) --SKIPIF-- <?php echo PHP_INT_SIZE != 8 ? "skip 64-bit only" : "OK" ?> --INI-- error_reporting=2047 --FILE-- <?php $tzs = array("America/Toronto", "Europe/Oslo"); $years = array(0, 69, 70, 71, 99, 100, 101, 105, 110, 1900, 1901, 1902, 1999, 2000, 2001); foreach ($tzs as $tz) { echo $tz, "\n"; date_default_timezone_set($tz); foreach ($years as $year) { printf("Y: %4d - ", $year); $ret = mktime(1, 1, 1, 1, 1, $year); if ($ret == FALSE) { echo "out of range\n"; } else { echo date("F ".DATE_ISO8601, $ret), "\n"; } } echo "\n"; } ?> --EXPECTF-- America/Toronto Y: 0 - January 2000-01-01T01:01:01-0500 Y: 69 - January 2069-01-01T01:01:01-0500 Y: 70 - January 1970-01-01T01:01:01-0500 Y: 71 - January 1971-01-01T01:01:01-0500 Y: 99 - January 1999-01-01T01:01:01-0500 Y: 100 - January 2000-01-01T01:01:01-0500 Y: 101 - January 0101-01-01T01:01:01-0%d Y: 105 - January 0105-01-01T01:01:01-0%d Y: 110 - January 0110-01-01T01:01:01-0%d Y: 1900 - January 1900-01-01T01:01:01-0%d Y: 1901 - January 1901-01-01T01:01:01-0%d Y: 1902 - January 1902-01-01T01:01:01-0500 Y: 1999 - January 1999-01-01T01:01:01-0500 Y: 2000 - January 2000-01-01T01:01:01-0500 Y: 2001 - January 2001-01-01T01:01:01-0500 Europe/Oslo Y: 0 - January 2000-01-01T01:01:01+0100 Y: 69 - January 2069-01-01T01:01:01+0100 Y: 70 - January 1970-01-01T01:01:01+0100 Y: 71 - January 1971-01-01T01:01:01+0100 Y: 99 - January 1999-01-01T01:01:01+0100 Y: 100 - January 2000-01-01T01:01:01+0100 Y: 101 - January 0101-01-01T01:01:01+0%d Y: 105 - January 0105-01-01T01:01:01+0%d Y: 110 - January 0110-01-01T01:01:01+0%d Y: 1900 - January 1900-01-01T01:01:01+0%d Y: 1901 - January 1901-01-01T01:01:01+0%d Y: 1902 - January 1902-01-01T01:01:01+0100 Y: 1999 - January 1999-01-01T01:01:01+0100 Y: 2000 - January 2000-01-01T01:01:01+0100 Y: 2001 - January 2001-01-01T01:01:01+0100
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare