Searched refs:dayOfWeek (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/intl/tests/ |
H A D | calendar_setFirstDayOfWeek_error.phpt | 31 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 D | calendar_getDayOfWeekType_error.phpt | 24 IntlCalendar::getDayOfWeekType(): Argument #1 ($dayOfWeek) must be a valid day of the week
|
H A D | calendar_getWeekendTransition_error.phpt | 27 IntlCalendar::getWeekendTransition(): Argument #1 ($dayOfWeek) must be a valid day of the week
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar.stub.php | 287 public function getDayOfWeekType(int $dayOfWeek): int|false {} argument 395 public function getWeekendTransition(int $dayOfWeek): int|false {} argument 448 public function setFirstDayOfWeek(int $dayOfWeek) {} // TODO make return type void argument
|
H A D | calendar_arginfo.h | 51 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0) 150 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
|
/PHP-8.3/ext/date/ |
H A D | php_date.stub.php | 205 function date_isodate_set(DateTime $object, int $year, int $week, int $dayOfWeek = 1): DateTime {} argument 428 public function setISODate(int $year, int $week, int $dayOfWeek = 1): DateTime {} argument 525 public function setISODate(int $year, int $week, int $dayOfWeek = 1): DateTimeImmutable {} argument
|
H A D | php_date_arginfo.h | 146 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1") 322 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1") 393 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1")
|
/PHP-8.3/ext/intl/ |
H A D | php_intl.stub.php | 217 function intlcal_get_day_of_week_type(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument 239 function intlcal_get_weekend_transition(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument 251 function intlcal_set_first_day_of_week(IntlCalendar $calendar, int $dayOfWeek): true {} argument
|
H A D | php_intl_arginfo.h | 86 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0) 143 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
|
Completed in 46 milliseconds