Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php86 public function getDayOfWeekType(int $dayOfWeek) {} argument
194 public function getWeekendTransition(int $dayOfWeek) {} argument
243 public function setFirstDayOfWeek(int $dayOfWeek) {} argument
H A Dcalendar_arginfo.h50 ZEND_ARG_TYPE_INFO(0, dayOfWeek, IS_LONG, 0)
/PHP-8.0/ext/intl/tests/
H A Dcalendar_setFirstDayOfWeek_error.phpt33 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 Dcalendar_getDayOfWeekType_error.phpt26 IntlCalendar::getDayOfWeekType(): Argument #1 ($dayOfWeek) must be a valid day of the week
H A Dcalendar_getWeekendTransition_error.phpt29 IntlCalendar::getWeekendTransition(): Argument #1 ($dayOfWeek) must be a valid day of the week
/PHP-8.0/ext/date/
H A Dphp_date.stub.php72 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 Dphp_date_arginfo.h146 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 Dphp_intl.stub.php48 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 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 56 milliseconds