Home
last modified time | relevance | path

Searched refs:timezone (Results 151 – 175 of 383) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/date/tests/
H A Ddate_timestamp_set_wrongparam_004.phpt6 date.timezone = UTC;
H A Dbug68942.phpt5 …;O:12:"DateTimeZone":2:{s:13:"timezone_type";a:2:{i:0;i:1;i:1;i:2;}s:8:"timezone";s:1:"A";}i:1;R:4…
H A Ddate_timestamp_set.phpt6 date.timezone = UTC;
H A Ddate_timestamp_set_wrongparam_002.phpt6 date.timezone = UTC;
H A DDateInterval_format_a.phpt7 date.timezone=UTC
H A Dtimezone_name_get_error.phpt6 * Description: Returns the name of the timezone
11 // Set timezone
H A Dbug66721.phpt7 …:3:{s:4:"date";s:19:"2014-02-15 02:00:51";s:13:"timezone_type";i:3;s:8:"timezone";s:10:"1234567890…
H A Ddate_timestamp_set_nullparam.phpt6 date.timezone = UTC;
H A Ddate_timestamp_set_wrongparam_001.phpt6 date.timezone = UTC;
H A Dtimezone_identifiers_list_wrong_constructor.phpt8 date.timezone=UTC
H A D015.phpt2 timezone object reference handling
H A Dbug54597.phpt4 date.timezone=Europe/London
H A Dbug67109.phpt4 date.timezone=UTC
H A Dbug68942_2.phpt5 …-01-01 00:00:00.000000";s:13:"timezone_type";a:2:{i:0;i:1;i:1;i:2;}s:8:"timezone";s:1:"A";}i:1;R:5…
H A Dbug45554.phpt4 date.timezone=UTC
H A Dbug67251.phpt4 date.timezone=Europe/Berlin
H A Ddate_timestamp_set_wrongparam_003.phpt6 date.timezone = UTC;
/PHP-5.5/ext/intl/tests/
H A Ddateformat_timezone_arg_variations.phpt2 IntlDateFormatter: several forms of the timezone arg
10 ini_set("date.timezone", 'Atlantic/Azores');
H A Ddateformat_timezone_arg_variations4.phpt2 IntlDateFormatter: several forms of the timezone arg
10 ini_set("date.timezone", 'Atlantic/Azores');
H A Dbug62081.phpt4 date.timezone=Atlantic/Azores
H A Dcalendar_toDateTime_basic.phpt11 ini_set('date.timezone', 'Europe/Lisbon');
H A Dcalendar_inDaylightTime_basic.phpt4 date.timezone=Atlantic/Azores
H A Dcalendar_getType_basic.phpt4 date.timezone=Atlantic/Azores
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug18916.phpt6 date.timezone="America/Sao_Paulo"
/PHP-5.5/ext/date/lib/
H A Dparse_tz.c299 static int seek_to_tz_position(const unsigned char **tzf, char *timezone, const timelib_tzdb *tzdb) in seek_to_tz_position() argument
314 int cmp = strcasecmp(timezone, tzdb->index[mid].id); in seek_to_tz_position()
349 int timelib_timezone_id_is_valid(char *timezone, const timelib_tzdb *tzdb) in timelib_timezone_id_is_valid() argument
352 return (seek_to_tz_position(&tzf, timezone, tzdb)); in timelib_timezone_id_is_valid()
374 timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb) in timelib_parse_tzfile() argument
380 if (seek_to_tz_position(&tzf, timezone, tzdb)) { in timelib_parse_tzfile()
381 tmp = timelib_tzinfo_ctor(timezone); in timelib_parse_tzfile()

Completed in 44 milliseconds

12345678910>>...16