Home
last modified time | relevance | path

Searched refs:second (Results 151 – 175 of 396) sorted by path

12345678910>>...16

/php-src/ext/gmp/tests/
H A Dbug32773.phpt2 Bug #32773 (binary GMP functions returns unexpected value, when second parameter is int(0))
H A Dbug69803.phpt2 Bug #69803: gmp_random_range() modifies second parameter if GMP number
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php321 … $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): true {} argument
325 …eTime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): void {} argument
376 …ime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): static {} argument
384 * @param int $second
386 …$localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN) {} argument
H A Dcalendar_arginfo.h131 ZEND_ARG_TYPE_INFO(0, second, IS_LONG, 0)
146 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 1, "null")
186 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 1, "null")
195 ZEND_ARG_INFO(0, second)
H A Dcalendar_methods.cpp443 zend_long year, month, day, hour, minute, second = 0; in PHP_METHOD() local
451 …&object, Calendar_ce_ptr, &year, &month, &day, &hour, &minute, &second, &second_is_null) == FAILUR… in PHP_METHOD()
466 ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(second, 6); in PHP_METHOD()
467 …int32_t) year, (int32_t) month, (int32_t) day, (int32_t) hour, (int32_t) minute, (int32_t) second); in PHP_METHOD()
H A Dgregoriancalendar_methods.cpp267 zend_long year, month, day, hour, minute, second; in PHP_METHOD() local
276 …eters(ZEND_NUM_ARGS(), "lllll|l!", &year, &month, &day, &hour, &minute, &second, &second_is_null) … in PHP_METHOD()
291 ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(second, 6); in PHP_METHOD()
292 … year, (int32_t) month, (int32_t) day, (int32_t) hour, (int32_t) minute, (int32_t) second, status); in PHP_METHOD()
/php-src/ext/intl/collator/
H A Dcollator_sort.c195 zval *second = &s->val; in collator_compare_func() local
197 if( INTL_G(compare_func)( &result, first, second) == FAILURE ) in collator_compare_func()
/php-src/ext/intl/dateformat/
H A Ddateformat_format.c99 second, in internal_get_timestamp() local
114 second = INTL_GET_ELEM(CALENDAR_SEC); in internal_get_timestamp()
130 ucal_setDateTime(pcal, year, month, mday, hour, minute, second, &INTL_DATA_ERROR_CODE(dfo)); in internal_get_timestamp()
/php-src/ext/intl/
H A Dphp_intl.stub.php205 … $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): true {} argument
280 * @param int $second
283 …eOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN): ?IntlG… argument
H A Dphp_intl_arginfo.h60 ZEND_ARG_TYPE_INFO(0, second, IS_LONG, 0)
187 ZEND_ARG_INFO(0, second)
/php-src/ext/intl/tests/
H A Dbug70452.phpt7 // Rely on the default value for the second parameter
9 // Provide a valid option for the second parameter
14 // Provide an invalid value for the second parameter
H A Ddateformat_formatObject_error.phpt53 …ter::formatObject(): datefmt_format_object: bad format; the time format (second element of the arr…
H A Dgregoriancalendar___construct_error.phpt56 IntlGregorianCalendar::__construct(): Argument #6 ($second) must be of type int, array given
H A Dgregoriancalendar_set_date_time_error.phpt52 IntlGregorianCalendar::createFromDateTime(): Argument #6 ($second) must be between -2147483648 and …
H A Dregression_sort_and_cow.phpt14 * Check if the second copy remains unsorted.
31 // The second copy should remain unsorted.
H A Dregression_sortwsk_and_cow.phpt15 * Check if the second copy remains unsorted.
32 // The second copy should remain unsorted.
H A Dtimezone_getCanonicalID_variant1.phpt2 IntlTimeZone::getCanonicalID(): second argument
H A Dtimezone_getCanonicalID_variant1_2.phpt2 IntlTimeZone::getCanonicalID(): second argument
/php-src/ext/intl/uchar/tests/
H A Dbug70454.phpt2 Bug #70454 (IntlChar::forDigit second parameter should be optional)
/php-src/ext/json/tests/
H A Dbug46944.phpt8 $second = 0x8f | ($i & 3) << 4;
9 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/php-src/ext/ldap/tests/
H A Dldap_search_sort_controls.phpt58 'offset' => 2, // Target entry is the second one
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c2610 uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, uns… in mb_convert_kana_codepoint() argument
2718 *second = 0xFF00 + zenkana2hankana_table[n][1]; in mb_convert_kana_codepoint()
2726 *second = 0xFF00 + zenkana2hankana_table[n][1]; in mb_convert_kana_codepoint()
/php-src/ext/mbstring/
H A Dmbstring.c99 uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, int…
2979 zend_string *second = mb_get_substr(str, 1, MBFL_SUBSTR_UNTIL_END, enc); in php_mb_ulcfirst() local
2980 … *retval = zend_string_concat2(ZSTR_VAL(head), ZSTR_LEN(head), ZSTR_VAL(second), ZSTR_LEN(second)); in php_mb_ulcfirst()
2984 zend_string_release_ex(second, false); in php_mb_ulcfirst()
3539 uint32_t second = 0; in jp_kana_convert() local
3542 if (second) { in jp_kana_convert()
3543 *converted++ = second; in jp_kana_convert()
3558 uint32_t second = 0; in jp_kana_convert() local
3559 *converted++ = mb_convert_kana_codepoint(wchar_buf[out_len-1], 0, NULL, &second, mode); in jp_kana_convert()
3560 if (second) { in jp_kana_convert()
[all …]

Completed in 127 milliseconds

12345678910>>...16