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/strtotime2.phpt |
--TEST-- strtotime() on date constants --FILE-- <?php date_default_timezone_set("Europe/Oslo"); $time = time(); $constants = array( 'DATE_ATOM', 'DATE_COOKIE', 'DATE_ISO8601', 'DATE_RFC822', 'DATE_RFC850', 'DATE_RFC1036', 'DATE_RFC1123', 'DATE_RFC2822', 'DATE_RFC3339', 'DATE_RSS', 'DATE_W3C' ); foreach ($constants as $const) { echo "$const:\t"; echo ((strtotime(date(constant($const), $time)) === $time) ? "OK" : "FAIL") . "\n"; } ?> --EXPECT-- DATE_ATOM: OK DATE_COOKIE: OK DATE_ISO8601: OK DATE_RFC822: OK DATE_RFC850: OK DATE_RFC1036: OK DATE_RFC1123: OK DATE_RFC2822: OK DATE_RFC3339: OK DATE_RSS: OK DATE_W3C: OK
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare