Home
last modified time | relevance | path

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

/PHP-7.2/ext/date/lib/
H A Dparse_date.re1947 const timelib_relunit* tmprel = 0;
1949 tmprel = timelib_lookup_relunit((char **) &ptr);
1950 if (!tmprel) {
1956 in.time->relative.weekday = tmprel->multiplier;
H A Dparse_date.c25053 const timelib_relunit* tmprel = 0; in timelib_parse_from_format() local
25055 tmprel = timelib_lookup_relunit((char **) &ptr); in timelib_parse_from_format()
25056 if (!tmprel) { in timelib_parse_from_format()
25062 in.time->relative.weekday = tmprel->multiplier; in timelib_parse_from_format()

Completed in 38 milliseconds