Home
last modified time | relevance | path

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

/PHP-5.5/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 long, string given in %s on line …
41 Warning: intlcal_get_day_of_week_type(): intlcal_get_day_of_week_type: bad arguments in %s on line …
44 Catchable fatal error: Argument 1 passed to intlcal_get_day_of_week_type() must be an instance of I…
H A Dcalendar_getDayOfWeekType_basic.phpt19 intlcal_get_day_of_week_type($intlcal, IntlCalendar::DOW_SUNDAY),
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.h58 PHP_FUNCTION(intlcal_get_day_of_week_type);
H A Dcalendar_class.cpp417 PHP_ME_MAPPING(getDayOfWeekType, intlcal_get_day_of_week_type, ainfo_cal_dow, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp616 U_CFUNC PHP_FUNCTION(intlcal_get_day_of_week_type) in PHP_FUNCTION() argument
/PHP-5.5/ext/intl/
H A Dphp_intl.c813 PHP_FE( intlcal_get_day_of_week_type, ainfo_cal_dow )
/PHP-5.5/
H A DUPGRADING292 - intlcal_get_day_of_week_type()
H A DNEWS2060 intlcal_get_day_of_week_type(), intlcal_get_first_day_of_week(),

Completed in 77 milliseconds