Home
last modified time | relevance | path

Searched refs:tzobj (Results 1 – 3 of 3) sorted by last modified time

/PHP-7.2/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()
171 php_timezone_obj *tzobj = Z_PHPTIMEZONE_P(zv_timezone); in timezone_process_timezone_argument() local
174 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
86 tzobj = Z_PHPTIMEZONE_P(zv_timezone); in PHP_FUNCTION()
87 if (!tzobj->initialized) { in PHP_FUNCTION()
94 tz = timezone_convert_datetimezone(tzobj->type, tzobj, FALSE, NULL, in PHP_FUNCTION()
/PHP-7.2/ext/date/
H A Dphp_date.c2380 switch (tzobj->type) { in php_timezone_to_string()
2429 php_timezone_obj *tzobj; in date_object_get_debug_info_timezone() local
2704 switch (tzobj->type) { in php_date_initialize()
2706 tzi = tzobj->tzi.tz; in php_date_initialize()
2717 type = tzobj->type; in php_date_initialize()
2926 php_timezone_obj *tzobj; in php_date_initialize_from_hash() local
3442 php_timezone_obj *tzobj; in PHP_FUNCTION() local
3468 switch (tzobj->type) { in php_date_timezone_set()
3999 switch (tzobj->type) { in PHP_FUNCTION()
4009 RETURN_LONG(tzobj->tzi.z.utc_offset + (tzobj->tzi.z.dst * 3600)); in PHP_FUNCTION()
[all …]

Completed in 38 milliseconds