Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/lib/
H A Dparse_date.re2263 const timelib_relunit* tmprel = 0;
2265 tmprel = timelib_lookup_relunit(&ptr);
2266 if (!tmprel) {
2272 in.time->relative.weekday = tmprel->multiplier;
H A Dparse_date.c25113 const timelib_relunit* tmprel = 0; in timelib_parse_from_format_with_map() local
25115 tmprel = timelib_lookup_relunit(&ptr); in timelib_parse_from_format_with_map()
25116 if (!tmprel) { in timelib_parse_from_format_with_map()
25122 in.time->relative.weekday = tmprel->multiplier; in timelib_parse_from_format_with_map()

Completed in 46 milliseconds