Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp174 zval ztz = zval_used_for_init, in Calendar_get_debug_info() local
179 timezone_object_construct(&cal->getTimeZone(), &ztz , 0 TSRMLS_CC); in Calendar_get_debug_info()
180 debug_info = Z_OBJ_HANDLER(ztz, get_debug_info)(&ztz, &is_tmp TSRMLS_CC); in Calendar_get_debug_info()
/PHP-5.5/ext/date/
H A Dphp_date.c963 zval ztz; in guess_timezone() local
965 if (SUCCESS == zend_get_configuration_directive("date.timezone", sizeof("date.timezone"), &ztz) in guess_timezone()
966 …&& Z_TYPE(ztz) == IS_STRING && Z_STRLEN(ztz) > 0 && timelib_timezone_id_is_valid(Z_STRVAL(ztz), tz… in guess_timezone()
967 return Z_STRVAL(ztz); in guess_timezone()

Completed in 23 milliseconds