Home
last modified time | relevance | path

Searched refs:intlcal_get_first_day_of_week (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dcalendar_getFirstDayOfWeek_error.phpt13 var_dump(intlcal_get_first_day_of_week(1));
16 Fatal error: Uncaught TypeError: intlcal_get_first_day_of_week(): Argument #1 ($calendar) must be o…
18 #0 %s(%d): intlcal_get_first_day_of_week(1)
H A Dcalendar_getFirstDayOfWeek_basic.phpt14 var_dump(intlcal_get_first_day_of_week($intlcal));
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h179 ZEND_FUNCTION(intlcal_get_first_day_of_week);
232 …ZEND_ME_MAPPING(getFirstDayOfWeek, intlcal_get_first_day_of_week, arginfo_class_IntlCalendar_getFi…
H A Dcalendar_methods.cpp521 U_CFUNC PHP_FUNCTION(intlcal_get_first_day_of_week) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h807 ZEND_FUNCTION(intlcal_get_first_day_of_week);
997 ZEND_FE(intlcal_get_first_day_of_week, arginfo_intlcal_get_first_day_of_week)
H A Dphp_intl.stub.php50 function intlcal_get_first_day_of_week(IntlCalendar $calendar): int|false {} function

Completed in 31 milliseconds