Lines Matching refs:DATE_TIMEZONEDB

452 #define DATE_TIMEZONEDB      php_date_global_timezone_db ? php_date_global_timezone_db : timelib_bu…  macro
488 const timelib_tzdb *tzdb = DATE_TIMEZONEDB; in PHP_MINFO_FUNCTION()
534 if (new_value && !timelib_timezone_id_is_valid(ZSTR_VAL(new_value), DATE_TIMEZONEDB)) { in PHP_INI_MH()
579 const char *tz = guess_timezone(DATE_TIMEZONEDB); in get_timezone_info()
580 tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB); in get_timezone_info()
1066 …parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tz… in php_parse_date()
1117 DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION()
2385 …dateobj->time = timelib_parse_from_format(format, time_str, time_str_len, &err, DATE_TIMEZONEDB, p… in php_date_initialize()
2391 …dateobj->time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tz… in php_date_initialize()
2848 tzi = php_date_parse_tzfile(Z_STRVAL_P(z_timezone), DATE_TIMEZONEDB); in php_date_initialize_from_hash()
3179 …parsed_time = timelib_strtotime(ZSTR_VAL(date), ZSTR_LEN(date), &error, DATE_TIMEZONEDB, php_date_… in PHP_FUNCTION()
3196 …rom_format(ZSTR_VAL(format), ZSTR_VAL(date), ZSTR_LEN(date), &error, DATE_TIMEZONEDB, php_date_par… in PHP_FUNCTION()
3231 …tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in php_date_modify()
3987 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
4617 …time = timelib_strtotime(Z_STRVAL_P(date_str), Z_STRLEN_P(date_str), &err, DATE_TIMEZONEDB, php_da… in php_date_interval_initialize_from_hash()
4869 …time = timelib_strtotime(ZSTR_VAL(time_str), ZSTR_LEN(time_str), &err, DATE_TIMEZONEDB, php_date_p… in PHP_FUNCTION()
4903 …time = timelib_strtotime(ZSTR_VAL(time_str), ZSTR_LEN(time_str), &err, DATE_TIMEZONEDB, php_date_p… in PHP_METHOD()
5345 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
5369 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
5419 if (!timelib_timezone_id_is_valid(zone, DATE_TIMEZONEDB)) { in PHP_FUNCTION()