Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/tests/
H A Dcalendar_getFirstDayOfWeek_error.phpt17 var_dump(intlcal_get_first_day_of_week($c, 1));
18 var_dump(intlcal_get_first_day_of_week(1));
24 Warning: IntlCalendar::getFirstDayOfWeek(): intlcal_get_first_day_of_week: bad arguments in %s on l…
27 Warning: intlcal_get_first_day_of_week() expects exactly 1 parameter, 2 given in %s on line %d
29 Warning: intlcal_get_first_day_of_week(): intlcal_get_first_day_of_week: bad arguments in %s on lin…
32 Catchable fatal error: Argument 1 passed to intlcal_get_first_day_of_week() must be an instance of …
H A Dcalendar_getFirstDayOfWeek_basic.phpt14 var_dump(intlcal_get_first_day_of_week($intlcal));
/PHP-5.6/ext/intl/calendar/
H A Dcalendar_methods.h60 PHP_FUNCTION(intlcal_get_first_day_of_week);
H A Dcalendar_class.cpp419 …PHP_ME_MAPPING(getFirstDayOfWeek, intlcal_get_first_day_of_week, ainfo_cal_void, ZEND_ACC_PUBL…
H A Dcalendar_methods.cpp645 U_CFUNC PHP_FUNCTION(intlcal_get_first_day_of_week) in PHP_FUNCTION() argument
/PHP-5.6/ext/intl/
H A Dphp_intl.c815 PHP_FE( intlcal_get_first_day_of_week, ainfo_cal_only_cal )
/PHP-5.6/
H A DNEWS3638 intlcal_get_day_of_week_type(), intlcal_get_first_day_of_week(),

Completed in 62 milliseconds