Home
last modified time | relevance | path

Searched refs:strtotime (Results 76 – 100 of 152) sorted by relevance

1234567

/PHP-8.0/ext/intl/tests/
H A Dcalendar_add_basic.phpt14 $time = strtotime('2012-02-29 00:00:00 +0000');
15 $time2 = strtotime('2012-03-01 05:06:07 +0000');
H A Dcalendar_clear_variation1.phpt15 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
23 strtotime('2012-01-29 05:06:07 +0000') * 1000.
H A Ddateformat_calendars_variant3.phpt28 var_dump($fmt1->format(strtotime('2012-01-01 00:00:00 +0000')));
29 var_dump($fmt2->format(strtotime('2012-01-01 00:00:00 +0000')));
30 var_dump($fmt3->format(strtotime('2012-01-01 00:00:00 +0000')));
H A Ddateformat_calendars.phpt28 var_dump($fmt1->format(strtotime('2012-01-01 00:00:00 +0000')));
29 var_dump($fmt2->format(strtotime('2012-01-01 00:00:00 +0000')));
30 var_dump($fmt3->format(strtotime('2012-01-01 00:00:00 +0000')));
H A Ddateformat_calendars_variant2.phpt29 var_dump($fmt1->format(strtotime('2012-01-01 00:00:00 +0000')));
30 var_dump($fmt2->format(strtotime('2012-01-01 00:00:00 +0000')));
31 var_dump($fmt3->format(strtotime('2012-01-01 00:00:00 +0000')));
H A Dcalendar_get_setRepeatedWallTimeOption_basic.phpt21 strtotime('2012-10-28 02:30:00 +0100'),
30 strtotime('2012-10-28 02:30:00 +0200'),
/PHP-8.0/ext/date/tests/
H A Dbug20382-1.phpt2 Bug #20382 [1] (strtotime ("Monday", $date) produces wrong result on DST changeover)
10 $strtotime_timestamp = strtotime ("Monday", $tStamp);
H A Dstrtotime2.phpt2 strtotime() on date constants
26 echo ((strtotime(date(constant($const), $time)) === $time) ? "OK" : "FAIL") . "\n";
H A Dstrtotime3.phpt2 strtotime() function (32 bit)
38 $t = strtotime($str, $time);
57 Warning: strtotime(): Epoch doesn't fit in a PHP integer in %s on line %d
H A Ddate_sun_info_003.phpt8 $sun_info = date_sun_info(strtotime("2015-01-12 00:00:00 UTC"), 89.00, 1.00);
15 $sun_info = date_sun_info(strtotime("2015-09-12 00:00:00 UTC"), 89.00, 1.00);
H A Dbug80409.phpt9 echo date('Y-m-d H:i:s', strtotime($date.' +1 day')), "\n";
10 echo date('Y-m-d H:i:s', strtotime($date.' +1 Weekday')), "\n";
H A Dbug34771.phpt2 Bug #34771 (strtotime() fails with 1-12am/pm)
15 $t = strtotime("2005-12-22 ". $test);
H A Dbug41523-64bit.phpt2 Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (64 bit)
10 var_dump( strtotime('0000-00-00 00:00:00') );
H A Dstrtotime-relative.phpt2 strtotime() with relative offsets
39 // offset around 25 years (can't do much more reliably with strtotime)
47 …echo "$direction$offset: " . date(DATE_ISO8601, strtotime("$direction$offset", $base_time)) . "\n";
H A Dbug73858.phpt18 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method
19 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
27 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method
33 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
42 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
H A Dbug33415-2.phpt11 $strtotime_tstamp = strtotime("next Wednesday", $tStamp);
19 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
28 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
37 $strtotime_tstamp = strtotime("next Saturday", $tStamp);
45 $strtotime_tstamp = strtotime("next Thursday", $tStamp);
54 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
62 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
71 $strtotime_tstamp = strtotime("next Tuesday", $tStamp);
80 $strtotime_tstamp = strtotime("next Monday", $tStamp);
88 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
[all …]
H A Dbug29595.phpt8 echo strtotime($from_postgres);
H A Dbug35887.phpt7 echo date(DATE_ISO8601, strtotime('2006-1-6T0:0:0-8:0')) . "\n";
H A Dbug37616.phpt6 var_dump(date(DATE_RFC822, strtotime("1 Jul 06 14:27:30 +0200")));
H A Dbug50680.phpt7 var_dump(date("d", strtotime("March 1 eighth day 2009")));
H A Dstrtotime3-64bit.phpt2 strtotime() function (64 bit)
38 $t = strtotime($str, $time);
H A Dbug29150.phpt7 echo gmdate("Y-m-d H:i:s", strtotime("20 VI. 2005"));
H A Ddefault-timezone-1.phpt7 echo strtotime("2005-06-18 22:15:44");
H A Ddefault-timezone-2.phpt7 echo strtotime("2005-06-18 22:15:44");
/PHP-8.0/ext/tidy/tests/
H A D024.phpt6 if (strtotime(tidy_get_release()) < strtotime('20 january 2007')) die ('skip old libtidy');

Completed in 42 milliseconds

1234567