Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/lib/
H A Dtimelib_private.h85 #define TIMELIB_TIME_PART_KEEP 0x01 macro
H A Dparse_date.re670 * The time_part parameter is a flag. It can be TIMELIB_TIME_PART_KEEP in case
694 if (time_part != TIMELIB_TIME_PART_KEEP) {
704 if (time_part != TIMELIB_TIME_PART_KEEP) {
1900 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP);
H A Dparse_date.c696 if (time_part != TIMELIB_TIME_PART_KEEP) { in timelib_set_relative()
706 if (time_part != TIMELIB_TIME_PART_KEEP) { in timelib_set_relative()
3122 timelib_set_relative(&ptr, i, 1, s, TIMELIB_TIME_PART_KEEP); in scan()

Completed in 69 milliseconds