Searched defs:TIMELIB_MINUTE (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_iso_intervals.c | 50 #define TIMELIB_MINUTE 2 macro
|
| H A D | parse_date.c | 52 #define TIMELIB_MINUTE 2 macro 193 { "min", TIMELIB_MINUTE, 1 }, 194 { "mins", TIMELIB_MINUTE, 1 }, 195 { "minute", TIMELIB_MINUTE, 1 }, 196 { "minutes", TIMELIB_MINUTE, 1 }, 647 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break;
|
Completed in 46 milliseconds