Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dcalendar_getFirstDayOfWeek_error.phpt11 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)
H A Dcalendar_getFirstDayOfWeek_basic.phpt12 var_dump(intlcal_get_first_day_of_week($intlcal));
/php-src/ext/intl/
H A Dphp_intl.stub.php220 function intlcal_get_first_day_of_week(IntlCalendar $calendar): int|false {} function
H A Dphp_intl_arginfo.h809 ZEND_FUNCTION(intlcal_get_first_day_of_week);
996 ZEND_FE(intlcal_get_first_day_of_week, arginfo_intlcal_get_first_day_of_week)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h222 ZEND_FUNCTION(intlcal_get_first_day_of_week);
H A Dcalendar_methods.cpp579 U_CFUNC PHP_FUNCTION(intlcal_get_first_day_of_week) in PHP_FUNCTION() argument

Completed in 16 milliseconds