Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/tests/
H A Dcalendar_getDayOfWeekType_error.phpt21 var_dump(intlcal_get_day_of_week_type($c, "foo"));
22 var_dump(intlcal_get_day_of_week_type(1, 1));
28 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: bad arguments in %s on lin…
31 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: invalid day of week in %s …
36 Warning: IntlCalendar::getDayOfWeekType(): intlcal_get_day_of_week_type: bad arguments in %s on lin…
39 Warning: intlcal_get_day_of_week_type() expects parameter 2 to be integer, string given in %s on li…
41 Warning: intlcal_get_day_of_week_type(): intlcal_get_day_of_week_type: bad arguments in %s on line …
44 Fatal error: Uncaught TypeError: Argument 1 passed to intlcal_get_day_of_week_type() must be an ins…
46 #0 %s(%d): intlcal_get_day_of_week_type(1, 1)
H A Dcalendar_getDayOfWeekType_basic2.phpt19 intlcal_get_day_of_week_type($intlcal, IntlCalendar::DOW_SUNDAY),
H A Dcalendar_getDayOfWeekType_basic.phpt19 intlcal_get_day_of_week_type($intlcal, IntlCalendar::DOW_SUNDAY),
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_methods.h58 PHP_FUNCTION(intlcal_get_day_of_week_type);
H A Dcalendar_class.cpp404 PHP_ME_MAPPING(getDayOfWeekType, intlcal_get_day_of_week_type, ainfo_cal_dow, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp595 U_CFUNC PHP_FUNCTION(intlcal_get_day_of_week_type) in PHP_FUNCTION() argument
/PHP-7.0/ext/intl/
H A Dphp_intl.c818 PHP_FE( intlcal_get_day_of_week_type, ainfo_cal_dow )

Completed in 15 milliseconds