Searched refs:intlcal_get_first_day_of_week (Results 1 – 6 of 6) sorted by relevance
17 var_dump(intlcal_get_first_day_of_week($c, 1));18 var_dump(intlcal_get_first_day_of_week(1));22 Warning: IntlCalendar::getFirstDayOfWeek(): intlcal_get_first_day_of_week: bad arguments in %s on l…25 Warning: intlcal_get_first_day_of_week() expects exactly 1 parameter, 2 given in %s on line %d27 Warning: intlcal_get_first_day_of_week(): intlcal_get_first_day_of_week: bad arguments in %s on lin…30 Fatal error: Uncaught TypeError: Argument 1 passed to intlcal_get_first_day_of_week() must be an in…32 #0 %s(%d): intlcal_get_first_day_of_week(1)
14 var_dump(intlcal_get_first_day_of_week($intlcal));
60 PHP_FUNCTION(intlcal_get_first_day_of_week);
397 …PHP_ME_MAPPING(getFirstDayOfWeek, intlcal_get_first_day_of_week, ainfo_cal_void, ZEND_ACC_PUBL…
629 U_CFUNC PHP_FUNCTION(intlcal_get_first_day_of_week) in PHP_FUNCTION() argument
800 PHP_FE( intlcal_get_first_day_of_week, ainfo_cal_only_cal )
Completed in 20 milliseconds