Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dcalendar_roll_error.phpt19 var_dump(intlcal_roll(1, 2, 3));
26 intlcal_roll(): Argument #1 ($calendar) must be of type IntlCalendar, int given
H A Dcalendar_roll_variation1.phpt17 var_dump(intlcal_roll($intlcal, IntlCalendar::FIELD_DAY_OF_MONTH, false));
30 Deprecated: intlcal_roll(): Passing bool is deprecated, use 1 or -1 instead in %s on line %d
H A Dcalendar_roll_basic.phpt18 var_dump(intlcal_roll($intlcal, IntlCalendar::FIELD_DAY_OF_MONTH, 2));
/php-src/ext/intl/
H A Dphp_intl.stub.php208 function intlcal_roll(IntlCalendar $calendar, int $field, $value): bool {} function
H A Dphp_intl_arginfo.h809 ZEND_FUNCTION(intlcal_roll);
1000 ZEND_FE(intlcal_roll, arginfo_intlcal_roll)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h242 ZEND_FUNCTION(intlcal_roll);
H A Dcalendar_methods.cpp469 U_CFUNC PHP_FUNCTION(intlcal_roll) in PHP_FUNCTION() argument

Completed in 23 milliseconds