Home
last modified time | relevance | path

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

/PHP-7.4/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.re2006 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta…
H A Dparse_date.c25114 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta… in timelib_parse_from_format() function
/PHP-7.4/ext/date/
H A Dphp_date.c2712 …dateobj->time = timelib_parse_from_format(format, time_str_len ? time_str : "", time_str_len ? tim… in php_date_initialize()
3217 …parsed_time = timelib_parse_from_format(ZSTR_VAL(format), ZSTR_VAL(date), ZSTR_LEN(date), &error, … in PHP_FUNCTION()

Completed in 70 milliseconds