Home
last modified time | relevance | path

Searched refs:first_last_day_of (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/date/lib/
H A Dtimelib.c345 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()
H A Dtm2unixtime.c262 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()
H A Dtimelib.h231 int first_last_day_of; member
H A Dparse_iso_intervals.re407 in.period->first_last_day_of = 0;
H A Dparse_iso_intervals.c1012 in.period->first_last_day_of = 0; in timelib_strtointerval()
H A Dparse_date.re1280 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH;
1282 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH;
H A Dparse_date.c23618 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_LAST_DAY_OF_MONTH; in scan()
23620 s->time->relative.first_last_day_of = TIMELIB_SPECIAL_FIRST_DAY_OF_MONTH; in scan()
/php-src/ext/date/
H A Dphp_date.c3188 if (parsed_time->relative.first_last_day_of) { in php_date_do_return_parsed_time()
3189 …add_assoc_bool(&element, parsed_time->relative.first_last_day_of == TIMELIB_SPECIAL_FIRST_DAY_OF_M… in php_date_do_return_parsed_time()
4725 PHP_DATE_INTERVAL_READ_PROPERTY("first_last_day_of", first_last_day_of, int, -1) in php_date_interval_initialize_from_hash()

Completed in 63 milliseconds