Home
last modified time | relevance | path

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

/PHP-7.1/ext/date/lib/
H A Dparse_date.re1931 const timelib_relunit* tmprel = 0;
1933 tmprel = timelib_lookup_relunit((char **) &ptr);
1934 if (!tmprel) {
1940 in.time->relative.weekday = tmprel->multiplier;
H A Dparse_date.c25037 const timelib_relunit* tmprel = 0; in timelib_parse_from_format() local
25039 tmprel = timelib_lookup_relunit((char **) &ptr); in timelib_parse_from_format()
25040 if (!tmprel) { in timelib_parse_from_format()
25046 in.time->relative.weekday = tmprel->multiplier; in timelib_parse_from_format()

Completed in 59 milliseconds