Searched refs:intlcal_get_first_day_of_week (Results 1 – 6 of 6) sorted by relevance
11 var_dump(intlcal_get_first_day_of_week(1));14 Fatal error: Uncaught TypeError: intlcal_get_first_day_of_week(): Argument #1 ($calendar) must be o…16 #0 %s(%d): intlcal_get_first_day_of_week(1)
12 var_dump(intlcal_get_first_day_of_week($intlcal));
193 ZEND_FUNCTION(intlcal_get_first_day_of_week);246 …ZEND_ME_MAPPING(getFirstDayOfWeek, intlcal_get_first_day_of_week, arginfo_class_IntlCalendar_getFi…
521 U_CFUNC PHP_FUNCTION(intlcal_get_first_day_of_week) in PHP_FUNCTION() argument
807 ZEND_FUNCTION(intlcal_get_first_day_of_week);997 ZEND_FE(intlcal_get_first_day_of_week, arginfo_intlcal_get_first_day_of_week)
219 function intlcal_get_first_day_of_week(IntlCalendar $calendar): int|false {} function
Completed in 19 milliseconds