Home
last modified time | relevance | path

Searched refs:ztz (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/intl/calendar/
H A Dcalendar_class.cpp173 zval ztz, in Calendar_get_debug_info() local
178 timezone_object_construct(&cal->getTimeZone(), &ztz , 0); in Calendar_get_debug_info()
179 debug_info_tz = Z_OBJ_HANDLER(ztz, get_debug_info)(Z_OBJ(ztz), &is_tmp); in Calendar_get_debug_info()
/PHP-8.0/ext/date/
H A Dphp_date.c529 zval *ztz; in guess_timezone() local
531 if (NULL != (ztz = cfg_get_entry("date.timezone", sizeof("date.timezone"))) in guess_timezone()
532 …&& Z_TYPE_P(ztz) == IS_STRING && Z_STRLEN_P(ztz) > 0 && timelib_timezone_id_is_valid(Z_STRVAL_P(zt… in guess_timezone()
533 return Z_STRVAL_P(ztz); in guess_timezone()

Completed in 23 milliseconds