Home
last modified time | relevance | path

Searched refs:roll (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Dcalendar_roll_error.phpt2 IntlCalendar::roll(): bad arguments
13 var_dump($c->roll(-1, 2));
25 IntlCalendar::roll(): Argument #1 ($field) must be a valid field
H A Dcalendar_roll_variation1.phpt2 IntlCalendar::roll() bool argument variation
13 var_dump($intlcal->roll(IntlCalendar::FIELD_DAY_OF_MONTH, true));
23 Deprecated: IntlCalendar::roll(): Passing bool is deprecated, use 1 or -1 instead in %s on line %d
H A Dcalendar_roll_basic.phpt2 IntlCalendar::roll() basic test
13 var_dump($intlcal->roll(IntlCalendar::FIELD_DAY_OF_MONTH, 2));
H A Dcalendar_isEquivalentTo_basic.phpt14 $intlcal4->roll(IntlCalendar::FIELD_MONTH, 1);
/PHP-8.1/ext/standard/
H A Dbase64.c756 __m128i eq_2f, roll; \
759 roll = _mm_shuffle_epi8( \
762 s = _mm_add_epi8(s, roll); \
827 __m256i eq_2f, roll; in php_base64_decode_ex() local
829 roll = _mm256_shuffle_epi8(lut_roll, _mm256_add_epi8(eq_2f, hi_nibbles)); in php_base64_decode_ex()
832 str = _mm256_add_epi8(str, roll); in php_base64_decode_ex()
/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php226 public function roll(int $field, $value): bool {} function in IntlCalendar
H A Dcalendar_arginfo.h266 ZEND_ME_MAPPING(roll, intlcal_roll, arginfo_class_IntlCalendar_roll, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp433 co->ucal->roll((UCalendarDateFields)field, (int32_t)value, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
/PHP-8.1/
H A DUPGRADING411 . Calling IntlCalendar::roll() with bool argument is deprecated. Pass 1 and -1

Completed in 41 milliseconds