Home
last modified time | relevance | path

Searched refs:zone (Results 176 – 200 of 201) sorted by relevance

123456789

/PHP-5.5/ext/date/tests/
H A Ddate_time_set_variation3.phpt13 //Set the default time zone
H A Ddate_time_set_variation4.phpt13 //Set the default time zone
H A Dmktime_variation7.phpt13 //Set the default time zone
H A Dgetdate_variation1.phpt13 //Set the default time zone
H A DDateTimeZone_getOffset_variation1.phpt13 //Set the default time zone
H A Ddate_create_variation1.phpt13 //Set the default time zone
H A Ddate_date_set_variation1.phpt13 //Set the default time zone
H A Ddate_format_variation1.phpt13 //Set the default time zone
H A Ddate_isodate_set_variation1.phpt13 //Set the default time zone
H A Ddate_modify_variation1.phpt13 //Set the default time zone
H A Ddate_offset_get_variation1.phpt13 //Set the default time zone
H A Ddate_time_set_variation1.phpt13 //Set the default time zone
H A Dtimezone_transitions_get_variation1.phpt13 //Set the default time zone
H A Dtimezone_offset_get_variation1.phpt13 //Set the default time zone
H A Dtimezone_offset_get_variation2.phpt13 //Set the default time zone
H A DDateTime_modify_variation1.phpt13 //Set the default time zone
H A Ddate_modify_variation2.phpt13 //Set the default time zone
H A DDateTime_construct_variation1.phpt13 //Set the default time zone
H A Drfc-datetime_and_daylight_saving_time-type1.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 1)
H A Drfc-datetime_and_daylight_saving_time-type2.phpt2 RFC: DateTime and Daylight Saving Time Transitions (zone type 2)
/PHP-5.5/ext/date/
H A Dphp_date.c2962 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(zone, z); in php_date_do_return_parsed_time()
2974 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(zone, z); in php_date_do_return_parsed_time()
4572 char *zone; in PHP_FUNCTION() local
4575 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &zone, &zone_len) == FAILURE) { in PHP_FUNCTION()
4578 if (!timelib_timezone_id_is_valid(zone, DATE_TIMEZONEDB)) { in PHP_FUNCTION()
4579 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Timezone ID '%s' is invalid", zone); in PHP_FUNCTION()
4586 DATEG(timezone) = estrndup(zone, zone_len); in PHP_FUNCTION()
/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT123 # The following corporate zone Unicode character is used in this
/PHP-5.5/
H A DNEWS632 . Fixed bug #45081 (strtotime incorrectly interprets SGT time zone). (Derick)
2024 $timezone argument time zone identifiers, IntlTimeZone objects, DateTimeZone
2028 . The default time zone used in IntlDateFormatter::__construct and
2031 default ICU time zone. (Gustavo)
2032 . The time zone passed to the IntlDateFormatter is ignored if it is NULL and
2034 IntlCalendar's time zone will be used instead. Otherwise, the time zone
2044 an IntlCalendar object, in which case its time zone is taken. Passing a
2045 constant is still allowed, and still keeps the time zone. (Gustavo)
3846 time zone type 2). (Derick)
6476 - Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime).
[all …]
/PHP-5.5/ext/date/lib/
H A Dparse_date.re699 /* Still didn't find anything, let's find the zone solely based on
/PHP-5.5/build/
H A Dlibtool.m4855 # And add a safety zone
861 # We know the value 262144 and hardcode it with a safety zone (like BSD)

Completed in 104 milliseconds

123456789