Home
last modified time | relevance | path

Searched refs:timelib_parse_from_format (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.3/ext/date/lib/
H A Dtimelib.h483 timelib_time *timelib_parse_from_format(char *format, char *s, size_t len, timelib_error_container …
H A Dparse_date.c22319 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta… in timelib_parse_from_format() function
H A Dparse_date.re2003 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta…
/PHP-7.3/ext/date/
H A Dphp_date.c2667 …dateobj->time = timelib_parse_from_format(format, time_str_len ? time_str : "", time_str_len ? tim… in php_date_initialize()
3172 …parsed_time = timelib_parse_from_format(ZSTR_VAL(format), ZSTR_VAL(date), ZSTR_LEN(date), &error, … in PHP_FUNCTION()

Completed in 55 milliseconds