Searched refs:TimeZone (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/ext/intl/timezone/ |
H A D | timezone_class.h | 29 typedef void TimeZone; typedef 31 using icu::TimeZone; 39 const TimeZone *utimezone; 58 #define TIMEZONE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(TimeZone, to) 67 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c… 68 TimeZone *timezone_process_timezone_argument(zval *zv_timezone, intl_error *error, const char *func… 70 void timezone_object_construct(const TimeZone *zone, zval *object, int owned);
|
H A D | timezone_methods.cpp | 68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION() 75 TimeZone *tz; in PHP_FUNCTION() 109 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() 148 se = TimeZone::createEnumeration(); in PHP_FUNCTION() 215 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION() 479 TimeZone::SHORT, TimeZone::LONG, 480 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC, 481 TimeZone::SHORT_GMT, TimeZone::LONG_GMT, 482 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION 488 zend_long display_type = TimeZone::LONG; in PHP_FUNCTION() [all …]
|
H A D | timezone_arginfo.h | 175 ZVAL_LONG(&const_DISPLAY_SHORT_value, TimeZone::SHORT); in register_class_IntlTimeZone() 181 ZVAL_LONG(&const_DISPLAY_LONG_value, TimeZone::LONG); in register_class_IntlTimeZone() 187 ZVAL_LONG(&const_DISPLAY_SHORT_GENERIC_value, TimeZone::SHORT_GENERIC); in register_class_IntlTimeZone() 193 ZVAL_LONG(&const_DISPLAY_LONG_GENERIC_value, TimeZone::LONG_GENERIC); in register_class_IntlTimeZone() 199 ZVAL_LONG(&const_DISPLAY_SHORT_GMT_value, TimeZone::SHORT_GMT); in register_class_IntlTimeZone() 205 ZVAL_LONG(&const_DISPLAY_LONG_GMT_value, TimeZone::LONG_GMT); in register_class_IntlTimeZone() 211 ZVAL_LONG(&const_DISPLAY_SHORT_COMMONLY_USED_value, TimeZone::SHORT_COMMONLY_USED); in register_class_IntlTimeZone() 217 ZVAL_LONG(&const_DISPLAY_GENERIC_LOCATION_value, TimeZone::GENERIC_LOCATION); in register_class_IntlTimeZone()
|
H A D | timezone_class.cpp | 48 U_CFUNC void timezone_object_construct(const TimeZone *zone, zval *object, int owned) in timezone_object_construct() 61 U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, in timezone_convert_to_datetimezone() 130 U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone, in timezone_process_timezone_argument() 136 TimeZone *timeZone; in timezone_process_timezone_argument() 195 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument() 205 if (*timeZone == TimeZone::getUnknown()) { in timezone_process_timezone_argument() 241 TimeZone *newTimeZone; in TimeZone_clone_obj() 296 const TimeZone *tz; in TimeZone_get_debug_info()
|
/PHP-8.2/ext/intl/common/ |
H A D | common_date.h | 29 using icu::TimeZone; 31 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, void *object, int is_datetime, intl_error… 32 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz,
|
H A D | common_date.cpp | 26 using icu::TimeZone; 33 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, in timezone_convert_datetimezone() 43 TimeZone *timeZone; in timezone_convert_datetimezone() 83 timeZone = TimeZone::createTimeZone(s); in timezone_convert_datetimezone() 84 if (*timeZone == TimeZone::getUnknown()) { in timezone_convert_datetimezone() 97 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, in intl_datetime_decompose() 147 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_attrcpp.cpp | 70 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() 71 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION() 86 TimeZone *timezone; in PHP_FUNCTION() 195 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
|
H A D | dateformat_create.cpp | 63 TimeZone *timezone = NULL; in datefmt_ctor()
|
H A D | dateformat_format_object.cpp | 73 TimeZone *timeZone = NULL; in PHP_FUNCTION()
|
/PHP-8.2/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 103 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body() 184 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body()
|
H A D | calendar_methods.cpp | 78 TimeZone *timeZone; in PHP_FUNCTION() 306 TimeZone *timeZone; in PHP_FUNCTION() 639 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() 948 TimeZone *timeZone; in PHP_FUNCTION() 988 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION() 1062 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
|
/PHP-8.2/ext/date/tests/ |
H A D | bug42910.phpt | 2 Bug #42910 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone)
|
H A D | bug40743.phpt | 2 Bug #40743 (DateTime ignores the TimeZone object passed to the constructor)
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | 00version.phpt | 41 ["TimeZone"]=>
|
/PHP-8.2/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 298 TimeZone *used_tz = NULL; in umsg_set_timezone()
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_date.re | 980 /* Otherwise, we look if we have a TimeZone identifier */
|
Completed in 34 milliseconds