Home
last modified time | relevance | path

Searched refs:strtotime (Results 126 – 150 of 152) sorted by relevance

1234567

/PHP-8.0/ext/intl/tests/
H A Ddateformat_formatObject_calendar_variant2.phpt24 $cal->setTime(strtotime('2012-01-01 00:00:00')*1000.);
H A Ddateformat_formatObject_calendar_variant5.phpt24 $cal->setTime(strtotime('2012-01-01 00:00:00')*1000.);
H A Ddateformat_get_set_calendar_variant4.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_calendar_variant5.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_formatObject_calendar_variant3.phpt25 $cal->setTime(strtotime('2012-01-01 00:00:00')*1000.);
H A Ddateformat_formatObject_calendar_variant4.phpt25 $cal->setTime(strtotime('2012-01-01 00:00:00')*1000.);
H A Ddateformat_get_set_timezone.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_timezone_variant2.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_timezone_variant3.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_timezone_variant4.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_get_set_timezone_variant5.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_timezone_arg_variations4.phpt12 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_timezone_arg_variations.phpt12 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_create_cal_arg.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_create_cal_arg_variant2.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_timezone_arg_variations2.phpt12 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_timezone_arg_variations3.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_create_cal_arg_variant3.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_create_cal_arg_variant4.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
H A Ddateformat_create_cal_arg_variant5.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
/PHP-8.0/ext/standard/tests/time/
H A Dstrptime_basic.phpt19 $tstamp = strtotime($input);
H A Dstrptime_parts.phpt19 $tstamp = strtotime($input);
/PHP-8.0/ext/date/tests/
H A Ddate_create-relative.phpt14 // Most offsets tested in strtotime-relative.phpt. These are tests for dates outside the 32-bit ran…
H A Dbug54851.phpt21 // strtotime
/PHP-8.0/ext/date/
H A Dphp_date.stub.php5 function strtotime(string $datetime, ?int $baseTimestamp = null): int|false {} function

Completed in 27 milliseconds

1234567