Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_create.cpp52 zval **timezone_zv = NULL; in datefmt_ctor() local
65 &locale_str, &locale_len, &date_type, &time_type, &timezone_zv, in datefmt_ctor()
96 explicit_tz = timezone_zv != NULL && Z_TYPE_PP(timezone_zv) != IS_NULL; in datefmt_ctor()
100 timezone = timezone_process_timezone_argument(timezone_zv, in datefmt_ctor()
H A Ddateformat_attrcpp.cpp114 zval **timezone_zv; in PHP_FUNCTION() local
120 "OZ", &object, IntlDateFormatter_ce_ptr, &timezone_zv) == FAILURE) { in PHP_FUNCTION()
128 timezone = timezone_process_timezone_argument(timezone_zv, in PHP_FUNCTION()

Completed in 17 milliseconds