Home
last modified time | relevance | path

Searched refs:getID (Results 1 – 18 of 18) sorted by relevance

/PHP-8.3/ext/intl/tests/
H A Dcalendar_setTimeZone_variation2.phpt13 var_dump($intlcal->getTimeZone()->getID());
15 var_dump($intlcal->getTimeZone()->getID());
19 var_dump($intlcal->getTimeZone()->getID());
23 var_dump($intlcal->getTimeZone()->getID());
H A Dcalendar_setTimeZone_basic.phpt11 print_r($intlcal->getTimeZone()->getID());
16 print_r($intlcal->getTimeZone()->getID());
22 print_r($intlcal->getTimeZone()->getID());
H A Dcalendar_fromDateTime_basic.phpt15 $cal->getTimeZone()->getID(),
24 $cal->getTimeZone()->getID(),
34 $cal->getTimeZone()->getID()
H A Dtimezone_fromDateTimeZone_basic.phpt12 var_dump($tz->getID(), $tz->getRawOffset());
21 var_dump($tz->getID(), $tz->getRawOffset());
29 var_dump($tz->getID(), $tz->getRawOffset() /* (3*60+40)*60000 */);
H A Dcalendar_setTimeZone_variation1.phpt11 print_r($intlcal->getTimeZone()->getID());
17 print_r($intlcal->getTimeZone()->getID());
H A Dcalendar_setTimeZone_error2.phpt15 var_dump($intlcal->getTimeZone()->getID());
19 var_dump($intlcal->getTimeZone()->getID());
H A Dtimezone_getID_error.phpt2 IntlTimeZone::getID(): errors
H A Dtimezone_toDateTimeZone_basic.phpt12 var_dump($tz->getID(), $tz->getRawOffset());
H A Ddateformat_get_set_timezone.phpt20 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant2.phpt20 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant3.phpt21 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant5.phpt20 $df->getTimeZone()->getID());
H A Ddateformat_get_set_timezone_variant4.phpt21 $df->getTimeZone()->getID());
/PHP-8.3/ext/intl/timezone/
H A Dtimezone.stub.php152 public function getID(): string|false {} function in IntlTimeZone
H A Dtimezone_class.cpp70 timeZone->getID(id); in timezone_convert_to_datetimezone()
318 tz->getID(ustr); in TimeZone_get_debug_info()
H A Dtimezone_arginfo.h148 ZEND_ME_MAPPING(getID, intltz_get_id, arginfo_class_IntlTimeZone_getID, ZEND_ACC_PUBLIC)
H A Dtimezone_methods.cpp386 to->utimezone->getID(id_us); in PHP_FUNCTION()
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp51 fetch_datefmt(dfo)->getTimeZone().getID(res); in PHP_FUNCTION()

Completed in 37 milliseconds