Lines Matching refs:DATE_TIMEZONEDB

767 #define DATE_TIMEZONEDB      php_date_global_timezone_db ? php_date_global_timezone_db : timelib_bu…  macro
948 const timelib_tzdb *tzdb = DATE_TIMEZONEDB; in PHP_MINFO_FUNCTION()
1000 if (!timelib_timezone_id_is_valid(DATEG(default_timezone), DATE_TIMEZONEDB)) { in PHP_INI_MH()
1051 tz = guess_timezone(DATE_TIMEZONEDB); in get_timezone_info()
1052 tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB); in get_timezone_info()
1488 …parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tz… in php_parse_date()
1531 DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION()
2712 …time_str_len ? time_str : "", time_str_len ? time_str_len : 0, &err, DATE_TIMEZONEDB, php_date_par… in php_date_initialize()
2714 …e_str : "now", time_str_len ? time_str_len : sizeof("now") -1, &err, DATE_TIMEZONEDB, php_date_par… in php_date_initialize()
2992 tzi = php_date_parse_tzfile(Z_STRVAL_P(z_timezone), DATE_TIMEZONEDB); in php_date_initialize_from_hash()
3198 …parsed_time = timelib_strtotime(ZSTR_VAL(date), ZSTR_LEN(date), &error, DATE_TIMEZONEDB, php_date_… in PHP_FUNCTION()
3217 …rom_format(ZSTR_VAL(format), ZSTR_VAL(date), ZSTR_LEN(date), &error, DATE_TIMEZONEDB, php_date_par… in PHP_FUNCTION()
3254 …tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in php_date_modify()
3876 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
4539 …time = timelib_strtotime(ZSTR_VAL(time_str), ZSTR_LEN(time_str), &err, DATE_TIMEZONEDB, php_date_p… in PHP_FUNCTION()
4904 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
4928 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
4979 if (!timelib_timezone_id_is_valid(zone, DATE_TIMEZONEDB)) { in PHP_FUNCTION()