Home
last modified time | relevance | path

Searched refs:DATE_TIMEZONEDB (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/date/
H A Dphp_date.c451 #define DATE_TIMEZONEDB php_date_global_timezone_db ? php_date_global_timezone_db : timelib_bu… macro
487 const timelib_tzdb *tzdb = DATE_TIMEZONEDB; in PHP_MINFO_FUNCTION()
533 if (new_value && !timelib_timezone_id_is_valid(ZSTR_VAL(new_value), DATE_TIMEZONEDB)) { in PHP_INI_MH()
578 const char *tz = guess_timezone(DATE_TIMEZONEDB); in get_timezone_info()
579 tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB); in get_timezone_info()
1113 DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION()
2873 tzi = php_date_parse_tzfile(Z_STRVAL_P(z_timezone), DATE_TIMEZONEDB); in php_date_initialize_from_hash()
3259 …tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in php_date_modify()
5343 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
5367 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds