Searched refs:intlcal_set_first_day_of_week (Results 1 – 6 of 6) sorted by relevance
19 var_dump(intlcal_set_first_day_of_week($c, 0));24 var_dump(intlcal_set_first_day_of_week(1, 2));32 intlcal_set_first_day_of_week(): Argument #2 ($dayOfWeek) must be a valid day of the week33 intlcal_set_first_day_of_week(): Argument #1 ($calendar) must be of type IntlCalendar, int given
15 intlcal_set_first_day_of_week($intlcal, IntlCalendar::DOW_WEDNESDAY),
252 function intlcal_set_first_day_of_week(IntlCalendar $calendar, int $dayOfWeek): true {} function
831 ZEND_FUNCTION(intlcal_set_first_day_of_week);1022 ZEND_FE(intlcal_set_first_day_of_week, arginfo_intlcal_set_first_day_of_week)
247 ZEND_FUNCTION(intlcal_set_first_day_of_week);
839 U_CFUNC PHP_FUNCTION(intlcal_set_first_day_of_week) in PHP_FUNCTION() argument
Completed in 24 milliseconds