Home
last modified time | relevance | path

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

/php-src/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));
25 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-src/ext/standard/
H A Dbase64.c1058 __m128i eq_2f, roll; \
1061 roll = _mm_shuffle_epi8( \
1064 s = _mm_add_epi8(s, roll); \
1129 __m256i eq_2f, roll; in php_base64_decode_ex() local
1131 roll = _mm256_shuffle_epi8(lut_roll, _mm256_add_epi8(eq_2f, hi_nibbles)); in php_base64_decode_ex()
1134 str = _mm256_add_epi8(str, roll); in php_base64_decode_ex()
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php309 public function roll(int $field, $value): bool {} function in IntlCalendar
H A Dcalendar_methods.cpp493 co->ucal->roll((UCalendarDateFields)field, (int32_t)value, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()

Completed in 26 milliseconds