Searched refs:TIMELIB_MINUTE (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/date/lib/ |
H A D | parse_date.re | 50 #define TIMELIB_MINUTE 2 193 { "min", TIMELIB_MINUTE, 1 }, 194 { "mins", TIMELIB_MINUTE, 1 }, 195 { "minute", TIMELIB_MINUTE, 1 }, 196 { "minutes", TIMELIB_MINUTE, 1 }, 683 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break;
|
H A D | parse_iso_intervals.re | 48 #define TIMELIB_MINUTE 2
|
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 195 { "min", TIMELIB_MINUTE, 1 }, 196 { "mins", TIMELIB_MINUTE, 1 }, 197 { "minute", TIMELIB_MINUTE, 1 }, 198 { "minutes", TIMELIB_MINUTE, 1 }, 685 case TIMELIB_MINUTE: s->time->relative.i += amount * relunit->multiplier; break; in timelib_set_relative()
|
Completed in 43 milliseconds