Home
last modified time | relevance | path

Searched refs:DateTimeZone (Results 101 – 112 of 112) sorted by relevance

12345

/PHP-8.0/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt20 $tz = new DateTimeZone('America/New_York');
H A Drfc-datetime_and_daylight_saving_time-type3-bs.phpt9 $tz = new DateTimeZone('America/New_York');
H A Ddate_time_immutable.phpt7 $tz = new DateTimeZone("Asia/Tokyo");
/PHP-8.0/ext/intl/tests/
H A Ddateformat_timezone_arg_variations2.phpt21 $df = new IntlDateFormatter('es_ES', 0, 0, new DateTimeZone('Europe/Lisbon'));
H A Ddateformat_timezone_arg_variations3.phpt22 $df = new IntlDateFormatter('es_ES', 0, 0, new DateTimeZone('Europe/Lisbon'));
H A Ddateformat_format.phpt77 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
H A Ddateformat_format_variant2.phpt77 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
78 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
79 $d2->setTimezone(new DateTimeZone("PDT"));
H A Ddateformat_format_variant3.phpt79 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
80 $d2 = new DateTime("2000-12-31 03:04:05", new DateTimeZone("UTC"));
81 $d2->setTimezone(new DateTimeZone("PDT"));
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_arginfo.h26 ZEND_ARG_OBJ_INFO(0, timezone, DateTimeZone, 0)
/PHP-8.0/ext/date/
H A Dphp_date.c3485 PHP_METHOD(DateTimeZone, __construct) in PHP_METHOD() argument
3525 PHP_METHOD(DateTimeZone, __set_state) in PHP_METHOD() argument
3547 PHP_METHOD(DateTimeZone, __wakeup) in PHP_METHOD() argument
3575 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
3617 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
3649 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
3726 DATE_CHECK_INITIALIZED(tzobj->initialized, DateTimeZone); in PHP_FUNCTION()
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h675 ZEND_ARG_OBJ_INFO(0, timezone, DateTimeZone, 0)
748 ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_intltz_to_date_time_zone, 0, 1, DateTimeZone, M…
/PHP-8.0/
H A DNEWS54 . Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null byte if
673 . Fixed bug #78984 (DateTimeZone accepting invalid UTC timezones). (Derick)

Completed in 38 milliseconds

12345