Home
last modified time | relevance | path

Searched refs:DateTimeZone (Results 76 – 82 of 82) sorted by relevance

1234

/PHP-5.4/ext/date/tests/
H A Dtimezone_offset_get_variation2.phpt5 /* Prototype : int timezone_offset_get ( DateTimeZone $object , DateTime $datetime )
8 * Alias to functions: DateTimeZone::getOffset()
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt9 $tz = new DateTimeZone('America/New_York');
H A DDateTime_construct_variation1.phpt5 /* Prototype : DateTime::__construct ([ string $time="now" [, DateTimeZone $timezone=NULL ]] )
98 $timezone = new DateTimeZone("Europe/London");
H A Ddate_timezone_get_variation1.phpt5 /* Prototype : DateTimeZone date_timezone_get ( DateTime $object )
H A Ddate_timezone_set_variation1.phpt5 /* Prototype : DateTime date_timezone_set ( DateTime $object , DateTimeZone $timezone )
/PHP-5.4/ext/date/
H A Dphp_date.c472 …PHP_ME(DateTimeZone, __construct, arginfo_timezone_open, ZEND_ACC_CTO…
3256 PHP_METHOD(DateTimeZone, __construct) in PHP_METHOD() argument
3291 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
3354 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
3388 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
3468 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
/PHP-5.4/
H A DNEWS220 DateTimeZone). (CVE-2015-0273) (Stas)
832 . Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
4770 and DateTimeZone::getName().
4781 DateTimeZone::getTranstions() to limit the range of transitions being
5581 - Fixed bug #45529 (new DateTimeZone() and date_create()->getTimezone() behave
5813 - Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone). (Ilia)
5844 - Fixed bug #42190 (Constructing DateTime with TimeZone Indicator invalidates DateTimeZone). (Deric…

Completed in 42 milliseconds

1234