Home
last modified time | relevance | path

Searched refs:setCalendar (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Ddateformat_get_set_calendar.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
34 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant2.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
34 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant3.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
35 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant_icu70.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() for ICU >= 70.1
31 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
36 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant4.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
35 $df->setCalendar($cal);
H A Ddateformat_get_set_calendar_variant5.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() for ICU >= 58.1 and < 70.1
31 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
36 $df->setCalendar($cal);
H A Dut_common.inc362 …return $GLOBALS['oo-mode'] ? $fmt->setCalendar( $calendar ) : datefmt_set_calendar( $fmt , $calend…
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat.stub.php56 public function setCalendar(IntlCalendar|int|null $calendar): bool {} function in IntlDateFormatter
H A Ddateformat_arginfo.h119 …ZEND_ME_MAPPING(setCalendar, datefmt_set_calendar, arginfo_class_IntlDateFormatter_setCalendar, ZE…
H A Ddateformat_create.cpp168 df->setCalendar(*cal); in datefmt_ctor()

Completed in 15 milliseconds