Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/
H A Dphp_date.c1966 switch (tzobj->type) { in php_timezone_to_string()
1992 php_timezone_obj *tzobj; in date_object_get_properties_for_timezone() local
2024 php_timezone_obj *tzobj; in date_object_get_debug_info_timezone() local
2287 switch (tzobj->type) { in php_date_initialize()
2289 tzi = tzobj->tzi.tz; in php_date_initialize()
2300 type = tzobj->type; in php_date_initialize()
3098 php_timezone_obj *tzobj; in php_date_timezone_set() local
3104 switch (tzobj->type) { in php_date_timezone_set()
3621 switch (tzobj->type) { in PHP_FUNCTION()
3631 RETURN_LONG(tzobj->tzi.z.utc_offset + (tzobj->tzi.z.dst * 3600)); in PHP_FUNCTION()
[all …]
/PHP-8.0/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 22 milliseconds