Home
last modified time | relevance | path

Searched refs:setRepeatedWallTimeOption (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Dcalendar_get_setRepeatedWallTimeOption_basic.phpt2 IntlCalendar::get/setRepeatedWallTimeOption(): basic test
14 var_dump($intlcal->setRepeatedWallTimeOption(IntlCalendar::WALLTIME_LAST));
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt19 var_dump($c->setRepeatedWallTimeOption(2));
32 IntlCalendar::setRepeatedWallTimeOption(): Argument #1 ($option) must be either IntlCalendar::WALLT…
/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php256 public function setRepeatedWallTimeOption(int $option) {} // TODO make return type void function in IntlCalendar
H A Dcalendar_arginfo.h271 …ZEND_ME_MAPPING(setRepeatedWallTimeOption, intlcal_set_repeated_wall_time_option, arginfo_class_In…
H A Dcalendar_methods.cpp911 co->ucal->setRepeatedWallTimeOption((UCalendarWallTimeOption)option); in PHP_FUNCTION()

Completed in 11 milliseconds