Home
last modified time | relevance | path

Searched refs:timelib_parse_from_format (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/date/lib/
H A Dtimelib.h537 timelib_time *timelib_parse_from_format(const char *format, const char *s, size_t len, timelib_erro…
H A Dparse_date.re2182 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib…
H A Dparse_date.c25032 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib… in timelib_parse_from_format() function
/PHP-8.3/ext/date/
H A Dphp_date.c2413 …dateobj->time = timelib_parse_from_format(format, time_str, time_str_len, &err, DATE_TIMEZONEDB, p… in php_date_initialize()
3105 …parsed_time = timelib_parse_from_format(ZSTR_VAL(format), ZSTR_VAL(date), ZSTR_LEN(date), &error, … in PHP_FUNCTION()

Completed in 67 milliseconds