Searched refs:intlcal_set (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | calendar_set_error.phpt | 32 var_dump(intlcal_set($c, -1, 2)); 38 var_dump(intlcal_set(1, 2, 3)); 51 Deprecated: Function intlcal_set() is deprecated since 8.4, use IntlCalendar::set(), IntlCalendar::… 52 intlcal_set(): Argument #2 ($year) must be a valid field 54 Deprecated: Function intlcal_set() is deprecated since 8.4, use IntlCalendar::set(), IntlCalendar::… 55 intlcal_set(): Argument #1 ($calendar) must be of type IntlCalendar, int given
|
H A D | calendar_set_basic.phpt | 15 var_dump(intlcal_set($intlcal, IntlCalendar::FIELD_DAY_OF_MONTH, 3)); 23 Deprecated: Function intlcal_set() is deprecated since 8.4, use IntlCalendar::set(), IntlCalendar::…
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 205 function intlcal_set(IntlCalendar $calendar, int $year, int $month, int $dayOfMonth = UNKNOWN, int … function
|
H A D | php_intl_arginfo.h | 802 ZEND_FUNCTION(intlcal_set);
|
/php-src/ext/intl/calendar/ |
H A D | calendar_arginfo.h | 244 ZEND_FUNCTION(intlcal_set);
|
H A D | calendar_methods.cpp | 368 U_CFUNC PHP_FUNCTION(intlcal_set) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds