Searched refs:TimeZone (Results 1 – 16 of 16) sorted by relevance
/PHP-5.6/ext/intl/timezone/ |
H A D | timezone_class.h | 31 typedef void TimeZone; typedef 41 const TimeZone *utimezone; 53 #define TIMEZONE_METHOD_INIT_VARS INTL_METHOD_INIT_VARS(TimeZone, to) 54 #define TIMEZONE_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(TimeZone, to) 62 zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, intl_error *outside_error, const c… 63 TimeZone *timezone_process_timezone_argument(zval **zv_timezone, intl_error *error, const char *fun… 65 void timezone_object_construct(const TimeZone *zone, zval *object, int owned TSRMLS_DC);
|
H A D | timezone_methods.cpp | 69 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION() 76 TimeZone *tz; in PHP_FUNCTION() 114 TimeZone *tz = TimeZone::createDefault(); in PHP_FUNCTION() 161 se = TimeZone::createEnumeration(); in PHP_FUNCTION() 195 se = TimeZone::createEnumeration(Z_STRVAL_PP(arg)); in PHP_FUNCTION() 232 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION() 527 TimeZone::SHORT, TimeZone::LONG, 529 TimeZone::SHORT_GENERIC, TimeZone::LONG_GENERIC, 530 TimeZone::SHORT_GMT, TimeZone::LONG_GMT, 531 TimeZone::SHORT_COMMONLY_USED, TimeZone::GENERIC_LOCATION [all …]
|
H A D | timezone_class.cpp | 61 U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, in timezone_convert_to_datetimezone() 132 U_CFUNC TimeZone *timezone_process_timezone_argument(zval **zv_timezone, in timezone_process_timezone_argument() 139 TimeZone *timeZone; in timezone_process_timezone_argument() 192 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument() 236 TimeZone *newTimeZone; in TimeZone_clone_obj() 288 const TimeZone *tz; in TimeZone_get_debug_info() 519 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT", TimeZone::SHORT); in timezone_register_IntlTimeZone_class() 520 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG", TimeZone::LONG); in timezone_register_IntlTimeZone_class() 524 TIMEZONE_DECL_LONG_CONST("DISPLAY_LONG_GENERIC", TimeZone::LONG_GENERIC); in timezone_register_IntlTimeZone_class() 525 TIMEZONE_DECL_LONG_CONST("DISPLAY_SHORT_GMT", TimeZone::SHORT_GMT); in timezone_register_IntlTimeZone_class() [all …]
|
/PHP-5.6/ext/intl/common/ |
H A D | common_date.h | 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 | 38 U_CFUNC TimeZone *timezone_convert_datetimezone(int type, 48 TimeZone *timeZone; 88 timeZone = TimeZone::createTimeZone(s); 90 if (*timeZone == TimeZone::getUnknown()) { 109 U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, 158 *tz = TimeZone::getGMT()->clone();
|
/PHP-5.6/ext/intl/dateformat/ |
H A D | dateformat_attrcpp.cpp | 85 const TimeZone& tz = fetch_datefmt(dfo)->getTimeZone(); in PHP_FUNCTION() 86 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION() 115 TimeZone *timezone; in PHP_FUNCTION() 235 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
|
H A D | dateformat_create.cpp | 53 TimeZone *timezone = NULL; in datefmt_ctor()
|
H A D | dateformat_format_object.cpp | 69 TimeZone *timeZone = NULL; in PHP_FUNCTION()
|
/PHP-5.6/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.cpp | 90 TimeZone *tz = timezone_process_timezone_argument(tz_object, NULL, in _php_intlgregcal_constructor_body() 157 TimeZone *tz = TimeZone::createTimeZone(tzstr); in _php_intlgregcal_constructor_body()
|
H A D | calendar_methods.cpp | 55 TimeZone *timeZone; in PHP_FUNCTION() 331 TimeZone *timeZone; in PHP_FUNCTION() 782 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION() 1148 TimeZone *timeZone; in PHP_FUNCTION() 1192 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION() 1270 const TimeZone& tz = co->ucal->getTimeZone(); in PHP_FUNCTION()
|
/PHP-5.6/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-5.6/ext/pgsql/tests/ |
H A D | 00version.phpt | 40 ["TimeZone"]=>
|
/PHP-5.6/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 323 TimeZone *used_tz = NULL; in umsg_set_timezone()
|
/PHP-5.6/ext/date/lib/ |
H A D | parse_date.re | 789 /* Otherwise, we look if we have a TimeZone identifier */
|
/PHP-5.6/ |
H A D | NEWS | 8611 - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone). (Deric…
|
Completed in 50 milliseconds