TIMELIB_SPECIAL_WEEKDAY 226 ext/date/lib/parse_date.c { "weekday", TIMELIB_SPECIAL, TIMELIB_SPECIAL_WEEKDAY },
TIMELIB_SPECIAL_WEEKDAY 227 ext/date/lib/parse_date.c { "weekdays", TIMELIB_SPECIAL, TIMELIB_SPECIAL_WEEKDAY },
TIMELIB_SPECIAL_WEEKDAY 7206 ext/date/lib/parse_date.c if (s->time->relative.have_special_relative && s->time->relative.special.type == TIMELIB_SPECIAL_WEEKDAY) {
TIMELIB_SPECIAL_WEEKDAY 256 ext/date/lib/timelib.c case TIMELIB_SPECIAL_WEEKDAY:
TIMELIB_SPECIAL_WEEKDAY 276 ext/date/lib/tm2unixtime.c case TIMELIB_SPECIAL_WEEKDAY:
TIMELIB_SPECIAL_WEEKDAY 3020 ext/date/php_date.c if (parsed_time->relative.have_special_relative && (parsed_time->relative.special.type == TIMELIB_SPECIAL_WEEKDAY)) {