Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_format_object.cpp155 Calendar *obj_cal = calendar_fetch_native_calendar(object); in PHP_FUNCTION() local
156 if (obj_cal == NULL) { in PHP_FUNCTION()
162 timeZone = obj_cal->getTimeZone().clone(); in PHP_FUNCTION()
163 date = obj_cal->getTime(status); in PHP_FUNCTION()
171 cal = obj_cal->clone(); in PHP_FUNCTION()

Completed in 3 milliseconds