Home
last modified time | relevance | path

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

/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp62 zval *timezone_zv = NULL; in datefmt_ctor() local
79 Z_PARAM_ZVAL(timezone_zv) in datefmt_ctor()
128 explicit_tz = timezone_zv != NULL && Z_TYPE_P(timezone_zv) != IS_NULL; in datefmt_ctor()
132 timezone = timezone_process_timezone_argument(timezone_zv, in datefmt_ctor()
H A Ddateformat_attrcpp.cpp85 zval *timezone_zv; in PHP_FUNCTION() local
91 "Oz", &object, IntlDateFormatter_ce_ptr, &timezone_zv) == FAILURE) { in PHP_FUNCTION()
97 timezone = timezone_process_timezone_argument(timezone_zv, in PHP_FUNCTION()

Completed in 6 milliseconds