Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp60 zval *timezone_zv = NULL; in datefmt_ctor() local
74 &locale_str, &locale_len, &date_type, &time_type, &timezone_zv, in datefmt_ctor()
113 explicit_tz = timezone_zv != NULL && Z_TYPE_P(timezone_zv) != IS_NULL; in datefmt_ctor()
117 timezone = timezone_process_timezone_argument(timezone_zv, in datefmt_ctor()
H A Ddateformat_attrcpp.cpp101 zval *timezone_zv; in PHP_FUNCTION() local
107 "Oz", &object, IntlDateFormatter_ce_ptr, &timezone_zv) == FAILURE) { in PHP_FUNCTION()
115 timezone = timezone_process_timezone_argument(timezone_zv, in PHP_FUNCTION()

Completed in 5 milliseconds