Home
last modified time | relevance | path

Searched refs:intlcal_get_day_of_week_type (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/intl/tests/
H A Dcalendar_getDayOfWeekType_error.phpt18 var_dump(intlcal_get_day_of_week_type(1, 1));
25 intlcal_get_day_of_week_type(): Argument #1 ($calendar) must be of type IntlCalendar, int given
H A Dcalendar_getDayOfWeekType_basic.phpt20 intlcal_get_day_of_week_type($intlcal, IntlCalendar::DOW_SUNDAY),
H A Dcalendar_getDayOfWeekType_basic2.phpt20 intlcal_get_day_of_week_type($intlcal, IntlCalendar::DOW_SUNDAY),
/php-src/ext/intl/
H A Dphp_intl.stub.php218 function intlcal_get_day_of_week_type(IntlCalendar $calendar, int $dayOfWeek): int|false {} function
H A Dphp_intl_arginfo.h816 ZEND_FUNCTION(intlcal_get_day_of_week_type);
1009 ZEND_FE(intlcal_get_day_of_week_type, arginfo_intlcal_get_day_of_week_type)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h219 ZEND_FUNCTION(intlcal_get_day_of_week_type);
H A Dcalendar_methods.cpp559 U_CFUNC PHP_FUNCTION(intlcal_get_day_of_week_type) in PHP_FUNCTION() argument

Completed in 26 milliseconds