Searched refs:timelib_valid_date (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/date/lib/ |
H A D | dow.c | 203 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) in timelib_valid_date() function
|
H A D | timelib.h | 439 int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d);
|
H A D | parse_date.re | 1890 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) { 2423 !timelib_valid_date( s->time->y, s->time->m, s->time->d)) {
|
H A D | parse_date.c | 22206 if (in.time->have_date && !timelib_valid_date( in.time->y, in.time->m, in.time->d)) { in timelib_strtotime() 22739 !timelib_valid_date( s->time->y, s->time->m, s->time->d)) { in timelib_parse_from_format_with_map()
|
/PHP-7.3/ext/date/ |
H A D | php_date.c | 1667 if (y < 1 || y > 32767 || !timelib_valid_date(y, m, d)) { in PHP_FUNCTION()
|
Completed in 53 milliseconds