Searched refs:dayOfWeek (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar.stub.php | 86 public function getDayOfWeekType(int $dayOfWeek) {} argument 194 public function getWeekendTransition(int $dayOfWeek) {} argument 243 public function setFirstDayOfWeek(int $dayOfWeek) {} argument
|
H A D | calendar_arginfo.h | 50 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
|
/PHP-8.0/ext/intl/tests/ |
H A D | calendar_setFirstDayOfWeek_error.phpt | 33 IntlCalendar::setFirstDayOfWeek(): Argument #1 ($dayOfWeek) must be a valid day of the week 34 intlcal_set_first_day_of_week(): Argument #2 ($dayOfWeek) must be a valid day of the week
|
H A D | calendar_getDayOfWeekType_error.phpt | 26 IntlCalendar::getDayOfWeekType(): Argument #1 ($dayOfWeek) must be a valid day of the week
|
H A D | calendar_getWeekendTransition_error.phpt | 29 IntlCalendar::getWeekendTransition(): Argument #1 ($dayOfWeek) must be a valid day of the week
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 72 function date_isodate_set(DateTime $object, int $year, int $week, int $dayOfWeek = 1): DateTime {} argument 226 public function setISODate(int $year, int $week, int $dayOfWeek = 1) {} argument 318 public function setISODate(int $year, int $week, int $dayOfWeek = 1) {} argument
|
H A D | php_date_arginfo.h | 146 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1") 309 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, dayOfWeek, IS_LONG, 0, "1")
|
/PHP-8.0/ext/intl/ |
H A D | php_intl.stub.php | 48 function intlcal_get_day_of_week_type(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument 70 function intlcal_get_weekend_transition(IntlCalendar $calendar, int $dayOfWeek): int|false {} argument 82 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 30 milliseconds