Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dphp_date.c2053 switch (tzobj->type) { in php_timezone_to_string()
2437 switch (tzobj->type) { in php_date_initialize()
2450 type = tzobj->type; in php_date_initialize()
2753 tzobj->tzi.tz = tzi; in php_date_initialize_from_hash()
3404 if (tzobj->initialized && tzobj->type == TIMELIB_ZONETYPE_ABBR) { in set_timezone_from_timelib_time()
3459 switch (tzobj->type) { in php_date_timezone_set()
4060 switch (tzobj->type) { in PHP_FUNCTION()
4070 RETURN_LONG(tzobj->tzi.z.utc_offset + (tzobj->tzi.z.dst * 3600)); in PHP_FUNCTION()
4109 …add_assoc_string(&element, "abbr", &tzobj->tzi.tz->timezone_abbr[tzobj->tzi.tz->type[tzobj->tzi.tz… in PHP_FUNCTION()
4159 if (tzobj->tzi.tz->posix_info && tzobj->tzi.tz->posix_info->dst_end) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_class.cpp67 php_timezone_obj *tzobj; in timezone_convert_to_datetimezone() local
79 tzobj = Z_PHPTIMEZONE_P(ret); in timezone_convert_to_datetimezone()
84 tzobj->initialized = 1; in timezone_convert_to_datetimezone()
85 tzobj->type = TIMELIB_ZONETYPE_OFFSET; in timezone_convert_to_datetimezone()
87 tzobj->tzi.utc_offset = timeZone->getRawOffset() / 1000; in timezone_convert_to_datetimezone()
172 php_timezone_obj *tzobj = Z_PHPTIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() local
175 return timezone_convert_datetimezone(tzobj->type, tzobj, 0, in timezone_process_timezone_argument()
H A Dtimezone_methods.cpp76 php_timezone_obj *tzobj; in PHP_FUNCTION() local
84 tzobj = Z_PHPTIMEZONE_P(zv_timezone); in PHP_FUNCTION()
85 if (!tzobj->initialized) { in PHP_FUNCTION()
92 tz = timezone_convert_datetimezone(tzobj->type, tzobj, false, NULL, in PHP_FUNCTION()

Completed in 30 milliseconds