Home
last modified time | relevance | path

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

1234567

/php-src/ext/intl/tests/
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');
H A Ddateformat_timezone_arg_variations3.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
/php-src/ext/standard/tests/time/
H A Dstrptime_basic.phpt21 $tstamp = strtotime($input);
H A Dstrptime_parts.phpt19 $tstamp = strtotime($input);
/php-src/ext/date/tests/
H A Dbug54851.phpt21 // strtotime
/php-src/ext/date/
H A Dphp_date.stub.php101 function strtotime(string $datetime, ?int $baseTimestamp = null): int|false {} function
H A Dphp_date_arginfo.h519 ZEND_FUNCTION(strtotime);
620 ZEND_FE(strtotime, arginfo_strtotime)
H A Dphp_date.c1080 PHP_FUNCTION(strtotime) in PHP_FUNCTION() argument

Completed in 39 milliseconds

1234567