Searched refs:first_last_day_of (Results 1 – 8 of 8) sorted by relevance
345 if (d->relative.first_last_day_of != 0) { in timelib_dump_date()346 switch (d->relative.first_last_day_of) { in timelib_dump_date()380 if (d->first_last_day_of != 0) { in timelib_dump_rel_time()381 switch (d->first_last_day_of) { in timelib_dump_rel_time()
262 switch (time->relative.first_last_day_of) { in do_adjust_relative()354 switch (time->relative.first_last_day_of) { in do_adjust_special_early()487 …ave_weekday_relative = time->relative.have_special_relative = time->relative.first_last_day_of = 0; in timelib_update_ts()
231 int first_last_day_of; member
407 in.period->first_last_day_of = 0;
1049 in.period->first_last_day_of = 0; in timelib_strtointerval()
1284 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH;1286 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH;
23622 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH; in scan()23624 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH; in scan()
3069 if (parsed_time->relative.first_last_day_of) { in php_date_do_return_parsed_time()3070 …add_assoc_bool(&element, parsed_time->relative.first_last_day_of == TIMELIB_SPECIAL_FIRST_DAY_OF_M… in php_date_do_return_parsed_time()4539 PHP_DATE_INTERVAL_READ_PROPERTY("first_last_day_of", first_last_day_of, int, -1) in php_date_interval_initialize_from_hash()
Completed in 61 milliseconds