Home
last modified time | relevance | path

Searched refs:createTimeZone (Results 26 – 36 of 36) sorted by relevance

12

/PHP-8.3/ext/intl/tests/
H A Ddateformat_get_set_timezone_variant5.phpt33 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_get_set_timezone_variant4.phpt34 $df->setTimeZone(IntlTimeZone::createTimeZone('Europe/Paris'));
H A Ddateformat_timezone_arg_variations.phpt24 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
H A Ddateformat_timezone_arg_variations2.phpt24 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
H A Ddateformat_timezone_arg_variations4.phpt24 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
H A Ddateformat_timezone_arg_variations3.phpt25 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
/PHP-8.3/ext/intl/common/
H A Dcommon_date.cpp83 timeZone = TimeZone::createTimeZone(s); in timezone_convert_datetimezone()
/PHP-8.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp75 TimeZone *tz = TimeZone::createTimeZone(tzstr); in set_gregorian_calendar_time_zone()
/PHP-8.3/ext/intl/timezone/
H A Dtimezone_arginfo.h138 …ZEND_ME_MAPPING(createTimeZone, intltz_create_time_zone, arginfo_class_IntlTimeZone_createTimeZone…
H A Dtimezone_class.cpp195 timeZone = TimeZone::createTimeZone(id); in timezone_process_timezone_argument()
H A Dtimezone_methods.cpp68 TimeZone *tz = TimeZone::createTimeZone(id); in PHP_FUNCTION()

Completed in 13 milliseconds

12