Home
last modified time | relevance | path

Searched refs:strtotime (Results 101 – 125 of 152) sorted by relevance

1234567

/PHP-8.0/ext/date/tests/
H A Ddate_constants.phpt21 var_dump(date($const, strtotime("1 Jul 06 14:27:30 +0200")));
22 var_dump(date($const, strtotime("2006-05-30T14:32:13+02:00")));
H A Dbug41709.phpt2 Bug #41709 (strtotime() does not handle 00.00.0000)
H A Ddate_sun_info_001.phpt6 $sun_info = date_sun_info(strtotime("2006-12-12"), 31.7667, 35.2333);
H A Dbug33415-1.phpt11 $strtotime_tstamp = strtotime("next Monday", $tStamp);
19 $strtotime_tstamp = strtotime("next Sunday", $tStamp);
H A Dbug33532.phpt20 $tStamp = strtotime($input);
29 $tStamp = strtotime($input);
H A Dbug62896.phpt11 $date = new DateTime('@'.strtotime('2012-08-22 00:00:00 CEST'));
19 $date = new DateTime('@'.strtotime('2012-08-22 00:00:00 CEST'));
H A Ddate_sun_info_002.phpt6 $sun_info = date_sun_info(strtotime("2007-04-13 08:31:15 UTC"), 59.21, 9.61);
H A Dbug52577.phpt9 $unixtime = strtotime($date);
H A Dbug63740.phpt2 Bug #63740 (strtotime seems to use both sunday and monday as start of week)
H A Dbug52290.phpt8 $ts = strtotime('2006-01-01');
H A Dbug27780.phpt2 Bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
31 $time = strtotime($timestring);
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')
H A Dbug20382-2.phpt2 Bug #20382 [2] (strtotime ("Monday", $date) produces wrong result on DST changeover)
41 $strtotime_tstamp = strtotime("first monday", $timestamp);
/PHP-8.0/ext/intl/tests/
H A Dcalendar_setTime_basic.phpt14 $time = strtotime('2012-02-29 00:00:00 +0000');
H A Dcalendar_getTime_basic.phpt20 $time = strtotime('2012-02-29 00:00:00 +0000');
H A Dtimezone_getOffset_basic.phpt14 $date = strtotime("1 July 2012 +0000");
H A Dcalendar_getDayOfWeekType_basic.phpt17 $intlcal->setTime(strtotime('2012-02-29 00:00:00 +0000') * 1000);
H A Dcalendar_getDayOfWeekType_basic2.phpt17 $intlcal->setTime(strtotime('2012-02-29 00:00:00 +0000') * 1000);
H A Dcalendar_getXMaximum_basic.phpt15 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
H A Dcalendar_getXMinimum_basic.phpt15 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
H A Ddateformat_get_set_calendar.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_calendar_variant2.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_calendar_variant3.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_calendar_variant_icu70.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_formatObject_calendar.phpt24 $cal->setTime(strtotime('2012-01-01 00:00:00')*1000.);

Completed in 25 milliseconds

1234567