Home
last modified time | relevance | path

Searched refs:range (Results 176 – 200 of 232) sorted by last modified time

12345678910

/PHP-7.4/ext/pcre/tests/
H A Dbug44191.phpt6 $array = range(1, 10);
/PHP-7.4/ext/opcache/tests/
H A Dneg_range_inference.phpt2 Incorrect negative range inference
H A Dbug75969.phpt2 Bug #75969: Assertion failure in live range DCE due to block pass misoptimization
/PHP-7.4/ext/oci8/tests/
H A Dcoll_016_func.phpt43 Warning: oci_collection_element_assign(): OCI-22165: given index [%d] must be in the range of%s0%st…
46 Warning: oci_collection_element_assign(): OCI-22165: given index [5000] must be in the range of%s0%…
H A Dcoll_019.phpt86 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
91 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
96 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
104 Warning: OCI-Collection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s …
H A Dcoll_016.phpt43 Warning: OCI-Collection::assignelem(): OCI-22165: given index [%d] must be in the range of %s to [0…
46 Warning: OCI-Collection::assignelem(): OCI-22165: given index [5000] must be in the range of %s to …
H A Darray_bind_001.phpt62 Warning: oci_bind_array_by_name(): OCI-21560: argument 3 is null, invalid, or out of range in %s on…
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php168 foreach ($ranges as $range) {
170 $lastRange = $range;
175 $lastRange = $range;
180 $range->start, $range->end
364 $range = explode('..', $fields[0]);
365 if (count($range) == 2) {
366 $data->addPropRange(intval($range[0], 16), intval($range[1], 16), $property);
367 } else if (count($range) == 1) {
431 foreach ($ranges as $range) {
432 $values[] = $range->start;
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strimwidth.phpt47 Warning: mb_strimwidth(): Width is out of range in %s on line %d
50 Warning: mb_strimwidth(): Start position is out of range in %s on line %d
53 Warning: mb_strimwidth(): Start position is out of range in %s on line %d
56 Warning: mb_strimwidth(): Width is out of range in %s on line %d
H A Dmb_substr_variation4.phpt16 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation5.phpt16 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dmb_substr_variation6.phpt16 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation7.phpt16 * Test how mb_substr() behaves when passed a range of integers as $length argument
H A Dillformed_utf_sequences.phpt74 echo "UTF-32 code range\n";
195 UTF-32 code range
H A Dbug28220.phpt8 range(0x0000, 0x1fff),
9 range(0xff60, 0xff9f)
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE396 generous contributions to the wide range of software distributed
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl3.phpt10 …i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range.";}');
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl6.phpt10 …i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range.";}');
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dsymfony_format_type_int32_intl7.phpt10 …i:3;s:83:"->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range.";}');
30 string(83) "->format() TYPE_INT32 formats inconsistently an integer if out of the 32 bit range."
H A Dnormalizer_get_raw_decomposition.phpt67 error info: 'Code point out of range: U_ILLEGAL_ARGUMENT_ERROR' (1)
H A Dbug50590.phpt2 Bug #50590 (IntlDateFormatter::parse result is limited to the integer range)
H A Dbug62915-2.phpt25 foreach (range('A', 'D') as $subclass) {
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt41 printf("Codepoint range: %04x-%04x\n", IntlChar::CODEPOINT_MIN, IntlChar::CODEPOINT_MAX);
46 echo "Sample range of codepoints: U+2600-U+260F\n";
53 Codepoint range: 0000-10ffff
138 Sample range of codepoints: U+2600-U+260F
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt54 echo hash('crc32c', "If the enemy is within range, then so are you."), "\n";
/PHP-7.4/ext/gmp/tests/
H A Dbug50283.phpt2 Feature Request #50283 (allow base in gmp_strval to use full range: 2 to 62, and -2 to -36)

Completed in 50 milliseconds

12345678910