Searched refs:dayOfWeek (Results 1 – 9 of 9) sorted by relevance
/PHP-8.1/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.1/ext/intl/calendar/ |
H A D | calendar.stub.php | 87 public function getDayOfWeekType(int $dayOfWeek): int|false {} argument 195 public function getWeekendTransition(int $dayOfWeek): int|false {} argument 244 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) 135 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
|
/PHP-8.1/ext/date/ |
H A D | php_date.stub.php | 109 function date_isodate_set(DateTime $object, int $year, int $week, int $dayOfWeek = 1): DateTime {} argument 296 public function setISODate(int $year, int $week, int $dayOfWeek = 1): DateTime {} argument 389 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") 312 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1") 379 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1")
|
/PHP-8.1/ext/intl/ |
H A D | php_intl.stub.php | 52 function intlcal_get_day_of_week_type(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument 74 function intlcal_get_weekend_transition(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument 86 function intlcal_set_first_day_of_week(IntlCalendar $calendar, int $dayOfWeek): bool {} 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 27 milliseconds