Home
last modified time | relevance | path

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

/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp176 HashTable *debug_info_tz; in Calendar_get_debug_info() local
179 debug_info_tz = Z_OBJ_HANDLER(ztz, get_debug_info)(Z_OBJ(ztz), &is_tmp); in Calendar_get_debug_info()
183 zend_hash_copy(Z_ARRVAL(ztz_debug), debug_info_tz, zval_add_ref); in Calendar_get_debug_info()
184 zend_hash_destroy(debug_info_tz); in Calendar_get_debug_info()
185 FREE_HASHTABLE(debug_info_tz); in Calendar_get_debug_info()

Completed in 6 milliseconds