DATE_TIMEZONEDB   539 ext/date/php_date.c 	const timelib_tzdb *tzdb = DATE_TIMEZONEDB;
DATE_TIMEZONEDB   660 ext/date/php_date.c 	tz = guess_timezone(DATE_TIMEZONEDB TSRMLS_CC);
DATE_TIMEZONEDB   661 ext/date/php_date.c 	tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB TSRMLS_CC);
DATE_TIMEZONEDB  1088 ext/date/php_date.c 	parsed_time = timelib_strtotime(string, strlen(string), NULL, DATE_TIMEZONEDB);
DATE_TIMEZONEDB  1120 ext/date/php_date.c 		t = timelib_strtotime(initial_ts, strlen(initial_ts), NULL, DATE_TIMEZONEDB); /* we ignore the error here, as this should never fail */
DATE_TIMEZONEDB  1142 ext/date/php_date.c 	t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB);
DATE_TIMEZONEDB  1697 ext/date/php_date.c 	dateobj->time = timelib_strtotime(time_str_len ? time_str : "now", time_str_len ? time_str_len : sizeof("now") -1, &err, DATE_TIMEZONEDB);
DATE_TIMEZONEDB  1823 ext/date/php_date.c 	parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB);
DATE_TIMEZONEDB  1943 ext/date/php_date.c 	tmp_time = timelib_strtotime(modify, modify_len, NULL, DATE_TIMEZONEDB);
DATE_TIMEZONEDB  2134 ext/date/php_date.c 		*tzi = php_date_parse_tzfile(tzid, DATE_TIMEZONEDB TSRMLS_CC);
DATE_TIMEZONEDB  2136 ext/date/php_date.c 		*tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB TSRMLS_CC);
DATE_TIMEZONEDB  2332 ext/date/php_date.c 	tzdb = DATE_TIMEZONEDB;
DATE_TIMEZONEDB  2390 ext/date/php_date.c 	if (!timelib_timezone_id_is_valid(zone, DATE_TIMEZONEDB)) {