Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dcalendar_getDayOfWeekType_error.phpt19 var_dump(intlcal_get_day_of_week_type($c, "foo"));
20 var_dump(intlcal_get_day_of_week_type(1, 1));
24 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: bad arguments in %s on lin…
27 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: invalid day of week in %s …
32 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: bad arguments in %s on lin…
35 Warning: intlcal_get_day_of_week_type() expects parameter 2 to be int, string given in %s on line %d
37 Warning: intlcal_get_day_of_week_type(): intlcal_get_day_of_week_type: bad arguments in %s on line …
40 Fatal error: Uncaught TypeError: Argument 1 passed to intlcal_get_day_of_week_type() must be an ins…
42 #0 %s(%d): intlcal_get_day_of_week_type(1, 1)
H A Dcalendar_getDayOfWeekType_basic.phpt19 intlcal_get_day_of_week_type($intlcal, IntlCalendar::DOW_SUNDAY),
H A Dcalendar_getDayOfWeekType_basic2.phpt19 intlcal_get_day_of_week_type($intlcal, IntlCalendar::DOW_SUNDAY),
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.h58 PHP_FUNCTION(intlcal_get_day_of_week_type);
H A Dcalendar_class.cpp396 PHP_ME_MAPPING(getDayOfWeekType, intlcal_get_day_of_week_type, ainfo_cal_dow, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp601 U_CFUNC PHP_FUNCTION(intlcal_get_day_of_week_type) in PHP_FUNCTION() argument
/PHP-7.4/ext/intl/
H A Dphp_intl.c799 PHP_FE( intlcal_get_day_of_week_type, ainfo_cal_dow )

Completed in 20 milliseconds