Home
last modified time | relevance | path

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

1234567

/php-src/ext/intl/tests/
H A Dcalendar_set_date.phpt12 var_dump($intlcal->getTime(), strtotime('2012-02-29 00:00:00 +0000') * 1000.);
H A Dcalendar_getTime_basic.phpt18 $time = strtotime('2012-02-29 00:00:00 +0000');
H A Dcalendar_setTime_basic.phpt12 $time = strtotime('2012-02-29 00:00:00 +0000');
H A Dtimezone_getOffset_basic.phpt12 $date = strtotime("1 July 2012 +0000");
H A Dcalendar_getXMaximum_basic.phpt13 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
H A Dcalendar_getXMinimum_basic.phpt13 $intlcal->setTime(strtotime('2012-02-29 05:06:07 +0000') * 1000);
H A Dcalendar_getDayOfWeekType_basic.phpt18 $intlcal->setTime(strtotime('2012-02-29 00:00:00 +0000') * 1000);
H A Dcalendar_getDayOfWeekType_basic2.phpt18 $intlcal->setTime(strtotime('2012-02-29 00:00:00 +0000') * 1000);
H A Ddateformat_create_default.phpt12 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_create_default_icu72-1.phpt12 $ts = strtotime('2012-01-01 00:00:00 UTC');
/php-src/ext/date/tests/
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");
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 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 Ddate_constants.phpt24 var_dump(date($const, strtotime("1 Jul 06 14:27:30 +0200")));
25 var_dump(date($const, strtotime("2006-05-30T14:32:13+02:00")));
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 Dbug27780.phpt2 Bug #27780 (strtotime(+1 xxx) returns a wrong date/time)
31 $time = strtotime($timestring);
H A Dbug52290.phpt8 $ts = strtotime('2006-01-01');
H A Dbug41964.phpt2 Bug #41964 (strtotime returns a timestamp for non-time string of pattern '(A|a) .+')

Completed in 18 milliseconds

1234567