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/bug45866.phpt |
--TEST-- Bug #45866 (decimal values fed to DateTime->modify() causes long execution times) --INI-- date.timezone=UTC --FILE-- <?php $date = new DateTime( '2009-07-29 16:44:23 Europe/London' ); $date->modify( "+1.61538461538 day" ); echo $date->format( 'r' ), "\n"; $date = new DateTime( '2009-07-29 16:44:23 Europe/London' ); $date->modify( "61538461538 day" ); echo $date->format( 'r' ), "\n"; $date = new DateTime( '2009-07-29 16:44:23 Europe/London' ); $date->modify( "£61538461538 day" ); echo $date->format( 'r' ), "\n"; ?> --EXPECTF-- Thu, 14 Aug 168488594 16:44:23 +0000 Thu, 14 Aug 168488594 16:44:23 +0000 Warning: DateTime::modify(): Failed to parse time string (£61538461538 day) at position 0 (%s): Unexpected character in %sbug45866.php on line 11 Wed, 29 Jul 2009 16:44:23 +0100
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare