Home
last modified time | relevance | path

Searched refs:timelib_strtotime (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/date/lib/
H A Dtimelib.h87 timelib_time *timelib_strtotime(char *s, size_t len, timelib_error_container **errors, const timeli…
H A Dtm2unixtime.c490 time = timelib_strtotime("10 Feb 2005 06:07:03 PM CET"); /* 1108055223 */
H A Dparse_date.re1777 timelib_time* timelib_strtotime(char *s, size_t len, struct timelib_error_container **errors, const…
2289 timelib_time time = timelib_strtotime("May 12");
H A Dparse_date.c24883 timelib_time* timelib_strtotime(char *s, size_t len, struct timelib_error_container **errors, const… in timelib_strtotime() function
25395 timelib_time time = timelib_strtotime("May 12"); in main()
/PHP-7.1/ext/date/
H A Dphp_date.c1458 …parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tz… in php_parse_date()
1499 t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION()
2657 …dateobj->time = timelib_strtotime(time_str_len ? time_str : "now", time_str_len ? time_str_len : s… in php_date_initialize()
3116 …parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wra… in PHP_FUNCTION()
3172 …tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in php_date_modify()
4432 …time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in PHP_FUNCTION()

Completed in 54 milliseconds