Home
last modified time | relevance | path

Searched refs:dayOfWeek (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/intl/tests/
H A Dcalendar_setFirstDayOfWeek_error.phpt31 IntlCalendar::setFirstDayOfWeek(): Argument #1 ($dayOfWeek) must be a valid day of the week
32 intlcal_set_first_day_of_week(): Argument #2 ($dayOfWeek) must be a valid day of the week
H A Dcalendar_getDayOfWeekType_error.phpt24 IntlCalendar::getDayOfWeekType(): Argument #1 ($dayOfWeek) must be a valid day of the week
H A Dcalendar_getWeekendTransition_error.phpt27 IntlCalendar::getWeekendTransition(): Argument #1 ($dayOfWeek) must be a valid day of the week
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php170 public function getDayOfWeekType(int $dayOfWeek): int|false {} argument
278 public function getWeekendTransition(int $dayOfWeek): int|false {} argument
331 public function setFirstDayOfWeek(int $dayOfWeek): true {} argument
H A Dcalendar_arginfo.h51 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
150 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
/php-src/ext/date/
H A Dphp_date.stub.php208 function date_isodate_set(DateTime $object, int $year, int $week, int $dayOfWeek = 1): DateTime {} argument
438 public function setISODate(int $year, int $week, int $dayOfWeek = 1): DateTime {} argument
545 public function setISODate(int $year, int $week, int $dayOfWeek = 1): DateTimeImmutable {} argument
H A Dphp_date_arginfo.h146 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1")
330 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1")
409 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1")
/php-src/ext/intl/
H A Dphp_intl.stub.php218 function intlcal_get_day_of_week_type(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument
240 function intlcal_get_weekend_transition(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument
252 function intlcal_set_first_day_of_week(IntlCalendar $calendar, int $dayOfWeek): true {} argument
H A Dphp_intl_arginfo.h86 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
143 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)

Completed in 32 milliseconds