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 7246 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  275 ext/date/lib/tm2unixtime.c 			case TIMELIB_SPECIAL_WEEKDAY:
TIMELIB_SPECIAL_WEEKDAY 2964 ext/date/php_date.c 		if (parsed_time->relative.have_special_relative && (parsed_time->relative.special.type == TIMELIB_SPECIAL_WEEKDAY)) {