DATE_TIMEZONEDB   891 ext/date/php_date.c 	const timelib_tzdb *tzdb = DATE_TIMEZONEDB;
DATE_TIMEZONEDB   942 ext/date/php_date.c 		if (!timelib_timezone_id_is_valid(DATEG(default_timezone), DATE_TIMEZONEDB)) {
DATE_TIMEZONEDB   992 ext/date/php_date.c 	tz = guess_timezone(DATE_TIMEZONEDB TSRMLS_CC);
DATE_TIMEZONEDB   993 ext/date/php_date.c 	tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB TSRMLS_CC);
DATE_TIMEZONEDB  1425 ext/date/php_date.c 	parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  1462 ext/date/php_date.c 		t = timelib_strtotime(initial_ts, strlen(initial_ts), NULL, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); /* we ignore the error here, as this should never fail */
DATE_TIMEZONEDB  1484 ext/date/php_date.c 	t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  2571 ext/date/php_date.c 		dateobj->time = timelib_parse_from_format(format, time_str_len ? time_str : "", time_str_len ? time_str_len : 0, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  2573 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, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  2806 ext/date/php_date.c 						tzi = php_date_parse_tzfile(Z_STRVAL_PP(z_timezone), DATE_TIMEZONEDB TSRMLS_CC);
DATE_TIMEZONEDB  3017 ext/date/php_date.c 	parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  3036 ext/date/php_date.c 	parsed_time = timelib_parse_from_format(format, date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  3073 ext/date/php_date.c 	tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  3663 ext/date/php_date.c 	dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  4261 ext/date/php_date.c 	time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper);
DATE_TIMEZONEDB  4502 ext/date/php_date.c 	tzdb = DATE_TIMEZONEDB;
DATE_TIMEZONEDB  4527 ext/date/php_date.c 	tzdb = DATE_TIMEZONEDB;
DATE_TIMEZONEDB  4578 ext/date/php_date.c 	if (!timelib_timezone_id_is_valid(zone, DATE_TIMEZONEDB)) {