Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dcalendar_set_error.phpt32 var_dump(intlcal_set($c, -1, 2));
38 var_dump(intlcal_set(1, 2, 3));
51 Deprecated: Function intlcal_set() is deprecated in %s on line %d
52 intlcal_set(): Argument #2 ($year) must be a valid field
54 Deprecated: Function intlcal_set() is deprecated in %s on line %d
55 intlcal_set(): Argument #1 ($calendar) must be of type IntlCalendar, int given
H A Dcalendar_set_basic.phpt15 var_dump(intlcal_set($intlcal, IntlCalendar::FIELD_DAY_OF_MONTH, 3));
23 Deprecated: Function intlcal_set() is deprecated in %s on line %d
/php-src/ext/intl/
H A Dphp_intl.stub.php205 function intlcal_set(IntlCalendar $calendar, int $year, int $month, int $dayOfMonth = UNKNOWN, int … function
H A Dphp_intl_arginfo.h810 ZEND_FUNCTION(intlcal_set);
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h244 ZEND_FUNCTION(intlcal_set);
H A Dcalendar_methods.cpp370 U_CFUNC PHP_FUNCTION(intlcal_set) in PHP_FUNCTION() argument
/php-src/
H A DUPGRADING321 . Calling intlcal_set() as well as calling IntlCalendar::set() with

Completed in 28 milliseconds