Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dphp_date.c2423 switch (tzobj->type) { in php_timezone_to_string()
2449 php_timezone_obj *tzobj; in date_object_get_properties_for_timezone() local
2481 php_timezone_obj *tzobj; in date_object_get_debug_info_timezone() local
2736 switch (tzobj->type) { in php_date_initialize()
2738 tzi = tzobj->tzi.tz; in php_date_initialize()
2749 type = tzobj->type; in php_date_initialize()
3510 php_timezone_obj *tzobj; in php_date_timezone_set() local
3516 switch (tzobj->type) { in php_date_timezone_set()
4054 switch (tzobj->type) { in PHP_FUNCTION()
4064 RETURN_LONG(tzobj->tzi.z.utc_offset + (tzobj->tzi.z.dst * 3600)); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp69 php_timezone_obj *tzobj; in timezone_convert_to_datetimezone() local
81 tzobj = Z_PHPTIMEZONE_P(ret); in timezone_convert_to_datetimezone()
86 tzobj->initialized = 1; in timezone_convert_to_datetimezone()
87 tzobj->type = TIMELIB_ZONETYPE_OFFSET; in timezone_convert_to_datetimezone()
89 tzobj->tzi.utc_offset = timeZone->getRawOffset() / 1000; in timezone_convert_to_datetimezone()
173 php_timezone_obj *tzobj = Z_PHPTIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() local
176 return timezone_convert_datetimezone(tzobj->type, tzobj, 0, in timezone_process_timezone_argument()
H A Dtimezone_methods.cpp80 php_timezone_obj *tzobj; in PHP_FUNCTION() local
90 tzobj = Z_PHPTIMEZONE_P(zv_timezone); in PHP_FUNCTION()
91 if (!tzobj->initialized) { in PHP_FUNCTION()
98 tz = timezone_convert_datetimezone(tzobj->type, tzobj, FALSE, NULL, in PHP_FUNCTION()

Completed in 25 milliseconds