Home
last modified time | relevance | path

Searched refs:tmprel (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/date/lib/
H A Dparse_date.re2087 const timelib_relunit* tmprel = 0;
2089 tmprel = timelib_lookup_relunit((char **) &ptr);
2090 if (!tmprel) {
2096 in.time->relative.weekday = tmprel->multiplier;
H A Dparse_date.c25195 const timelib_relunit* tmprel = 0; in timelib_parse_from_format_with_map() local
25197 tmprel = timelib_lookup_relunit((char **) &ptr); in timelib_parse_from_format_with_map()
25198 if (!tmprel) { in timelib_parse_from_format_with_map()
25204 in.time->relative.weekday = tmprel->multiplier; in timelib_parse_from_format_with_map()

Completed in 43 milliseconds