Lines Matching refs:DATE_TIMEZONEDB

730 #define DATE_TIMEZONEDB      php_date_global_timezone_db ? php_date_global_timezone_db : timelib_bu…  macro
899 const timelib_tzdb *tzdb = DATE_TIMEZONEDB; in PHP_MINFO_FUNCTION()
950 if (!timelib_timezone_id_is_valid(DATEG(default_timezone), DATE_TIMEZONEDB)) { in PHP_INI_MH()
1000 tz = guess_timezone(DATE_TIMEZONEDB TSRMLS_CC); in get_timezone_info()
1001 tzi = php_date_parse_tzfile(tz, DATE_TIMEZONEDB TSRMLS_CC); in get_timezone_info()
1433 …parsed_time = timelib_strtotime(string, strlen(string), &error, DATE_TIMEZONEDB, php_date_parse_tz… in php_parse_date()
1470 …t = timelib_strtotime(initial_ts, strlen(initial_ts), NULL, DATE_TIMEZONEDB, php_date_parse_tzfile… in PHP_FUNCTION()
1492 t = timelib_strtotime(times, time_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wrapper); in PHP_FUNCTION()
2580 …time_str_len ? time_str : "", time_str_len ? time_str_len : 0, &err, DATE_TIMEZONEDB, php_date_par… in php_date_initialize()
2582 …e_str : "now", time_str_len ? time_str_len : sizeof("now") -1, &err, DATE_TIMEZONEDB, php_date_par… in php_date_initialize()
2835 tzi = php_date_parse_tzfile(Z_STRVAL_PP(z_timezone), DATE_TIMEZONEDB TSRMLS_CC); in php_date_initialize_from_hash()
3046 …parsed_time = timelib_strtotime(date, date_len, &error, DATE_TIMEZONEDB, php_date_parse_tzfile_wra… in PHP_FUNCTION()
3065 …parsed_time = timelib_parse_from_format(format, date, date_len, &error, DATE_TIMEZONEDB, php_date_… in PHP_FUNCTION()
3102 …tmp_time = timelib_strtotime(modify, modify_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in php_date_modify()
3698 …dummy_t->z = timelib_parse_zone(&tz, &dst, dummy_t, &not_found, DATE_TIMEZONEDB, php_date_parse_tz… in timezone_initialize()
4296 …time = timelib_strtotime(time_str, time_str_len, &err, DATE_TIMEZONEDB, php_date_parse_tzfile_wrap… in PHP_FUNCTION()
4620 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
4645 tzdb = DATE_TIMEZONEDB; in PHP_FUNCTION()
4696 if (!timelib_timezone_id_is_valid(zone, DATE_TIMEZONEDB)) { in PHP_FUNCTION()