Searched refs:timelib_valid_time (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/date/lib/ |
H A D | dow.c | 195 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time() function
|
H A D | timelib.h | 489 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s);
|
H A D | parse_date.re | 2062 if (in.time->have_time && !timelib_valid_time( in.time->h, in.time->i, in.time->s)) { 2661 !timelib_valid_time( s->time->h, s->time->i, s->time->s)) {
|
H A D | parse_date.c | 24912 if (in.time->have_time && !timelib_valid_time( in.time->h, in.time->i, in.time->s)) { in timelib_strtotime() 25511 !timelib_valid_time( s->time->h, s->time->i, s->time->s)) { in timelib_parse_from_format_with_map()
|
Completed in 63 milliseconds