Searched refs:intlcal_roll (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | calendar_roll_error.phpt | 19 var_dump(intlcal_roll(1, 2, 3)); 26 intlcal_roll(): Argument #1 ($calendar) must be of type IntlCalendar, int given
|
H A D | calendar_roll_variation1.phpt | 17 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 D | calendar_roll_basic.phpt | 18 var_dump(intlcal_roll($intlcal, IntlCalendar::FIELD_DAY_OF_MONTH, 2));
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 208 function intlcal_roll(IntlCalendar $calendar, int $field, $value): bool {} function
|
H A D | php_intl_arginfo.h | 809 ZEND_FUNCTION(intlcal_roll); 1000 ZEND_FE(intlcal_roll, arginfo_intlcal_roll)
|
/php-src/ext/intl/calendar/ |
H A D | calendar_arginfo.h | 242 ZEND_FUNCTION(intlcal_roll);
|
H A D | calendar_methods.cpp | 469 U_CFUNC PHP_FUNCTION(intlcal_roll) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds