Searched refs:timelib_valid_time (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/date/lib/ |
H A D | dow.c | 153 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) in timelib_valid_time() function
|
H A D | timelib.h | 83 int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s);
|
H A D | parse_date.re | 1840 if (in.time->have_time && !timelib_valid_time( in.time->h, in.time->i, in.time->s)) { 2209 !timelib_valid_time( s->time->h, s->time->i, s->time->s)) {
|
H A D | parse_date.c | 24946 if (in.time->have_time && !timelib_valid_time( in.time->h, in.time->i, in.time->s)) { in timelib_strtotime() 25315 !timelib_valid_time( s->time->h, s->time->i, s->time->s)) { in timelib_parse_from_format()
|
Completed in 42 milliseconds