Home
last modified time | relevance | path

Searched refs:TIMELIB_TIME_PART_KEEP (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/date/lib/
H A Dtimelib_private.h85 #define TIMELIB_TIME_PART_KEEP 0x01 macro
H A Dparse_date.re643 * The time_part parameter is a flag. It can be TIMELIB_TIME_PART_KEEP in case
667 if (time_part != TIMELIB_TIME_PART_KEEP) {
677 if (time_part != TIMELIB_TIME_PART_KEEP) {
1839 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP);
H A Dparse_date.c669 if (time_part != TIMELIB_TIME_PART_KEEP) { in timelib_set_relative()
679 if (time_part != TIMELIB_TIME_PART_KEEP) { in timelib_set_relative()
3070 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP); in scan()

Completed in 59 milliseconds