Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/lib/
H A Dparse_date.re1888 const timelib_relunit* tmprel = 0;
1890 tmprel = timelib_lookup_relunit((char **) &ptr);
1891 if (!tmprel) {
1897 in.time->relative.weekday = tmprel->multiplier;
H A Dparse_date.c23999 const timelib_relunit* tmprel = 0; in timelib_parse_from_format() local
24001 tmprel = timelib_lookup_relunit((char **) &ptr); in timelib_parse_from_format()
24002 if (!tmprel) { in timelib_parse_from_format()
24008 in.time->relative.weekday = tmprel->multiplier; in timelib_parse_from_format()

Completed in 39 milliseconds