Searched refs:tzobj (Results 1 – 3 of 3) sorted by relevance
1966 switch (tzobj->type) { in php_timezone_to_string()1992 php_timezone_obj *tzobj; in date_object_get_properties_for_timezone() local2024 php_timezone_obj *tzobj; in date_object_get_debug_info_timezone() local2287 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() local3104 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 …]
67 php_timezone_obj *tzobj; in timezone_convert_to_datetimezone() local79 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() local175 return timezone_convert_datetimezone(tzobj->type, tzobj, 0, in timezone_process_timezone_argument()
76 php_timezone_obj *tzobj; in PHP_FUNCTION() local84 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 21 milliseconds