Searched refs:range (Results 51 – 75 of 234) sorted by relevance
12345678910
/PHP-7.3/ext/standard/tests/array/ |
H A D | array_keys_variation_002_64bit.phpt | 10 echo "\n*** Testing array_keys() on range of values ***\n"; 29 *** Testing array_keys() on range of values ***
|
H A D | range_bug72017.phpt | 5 var_dump(range(4.5, 4.2, 0.1));
|
H A D | array_values_variation.phpt | 20 echo "\n*** Testing array_values() with range checking ***\n"; 47 *** Testing array_values() with range checking ***
|
H A D | array_values_variation_64bit.phpt | 20 echo "\n*** Testing array_values() with range checking ***\n"; 46 *** Testing array_values() with range checking ***
|
H A D | bug76778.phpt | 11 range(1, 3)
|
/PHP-7.3/ext/intl/tests/ |
H A D | symfony_format_type_int32_intl7.phpt | 10 …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 D | symfony_format_type_int32_intl3.phpt | 10 …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 D | symfony_format_type_int32_intl6.phpt | 10 …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."
|
/PHP-7.3/ext/date/tests/ |
H A D | mktime-1.phpt | 2 Check for mktime with out-of-range parameters 9 # MacOS/X libc implementation doesn't treat out-of-range values
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | zend_inference.c | 935 tmp->min = ssa->var_info[constraint->min_ssa_var].range.min + constraint->range.min; in zend_inference_calc_range() 951 tmp->max = ssa->var_info[constraint->max_ssa_var].range.max + constraint->range.max; in zend_inference_calc_range() 1546 var_info->range.underflow || in zend_inference_widening_meet() 1552 var_info->range.overflow || in zend_inference_widening_meet() 1564 var_info->range = *r; in zend_inference_widening_meet() 1589 r->min = var_info->range.min; in zend_inference_narrowing_meet() 1594 r->max = var_info->range.max; in zend_inference_narrowing_meet() 1609 var_info->range = *r; in zend_inference_narrowing_meet() 3866 ret->range = tmp_range; in zend_init_func_return_info() 3895 ret->range = tmp_range; in zend_func_return_info() [all …]
|
/PHP-7.3/ext/phar/tests/ |
H A D | phar_buildfromdirectory6.phpt | 12 foreach(range(1, 4) as $i) { 31 foreach(range(1, 4) as $i) {
|
H A D | phar_buildfromdirectory4.phpt | 13 foreach(range(1, 4) as $i) { 34 foreach(range(1, 4) as $i) {
|
H A D | phar_buildfromdirectory5.phpt | 12 foreach(range(1, 4) as $i) { 33 foreach(range(1, 4) as $i) {
|
/PHP-7.3/ext/zlib/tests/ |
H A D | dictionary_usage.phpt | 8 $dict = range("a", "z"); 22 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => ["8"] + range("a", "z")]);
|
/PHP-7.3/ext/spl/tests/ |
H A D | dllist_006.phpt | 59 Exception: Offset invalid or out of range 61 Exception: Offset invalid or out of range
|
H A D | fixedarray_002.phpt | 73 Exception: Index invalid or out of range 75 Exception: Index invalid or out of range 77 Exception: Index invalid or out of range
|
H A D | bug46088.phpt | 6 $x = new RegexIterator(new ArrayIterator(range(1, 10)), '/\d/');
|
/PHP-7.3/ext/imap/tests/ |
H A D | imap_fetch_overview_variation5.phpt | 25 $sequences = array (0, 4, '4', // out of range 56 Sequence out of range 59 Sequence out of range 62 Sequence out of range
|
/PHP-7.3/ext/spl/internal/ |
H A D | spldoublylinkedlist.inc | 197 * range. 202 throw new OutOfRangeException("Offset invalid or out of range"); 212 * range. 223 throw new OutOfRangeException("Offset invalid or out of range"); 234 * range. 249 throw new OutOfRangeException("Offset invalid or out of range"); 259 * range. 270 throw new OutOfRangeException("Offset invalid or out of range");
|
/PHP-7.3/ext/standard/tests/math/ |
H A D | log.phpt | 8 // e ^ log(x) should be close in range to x 21 // base ^ log(x) should be close in range to x
|
/PHP-7.3/ext/oci8/tests/ |
H A D | coll_016.phpt | 43 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 D | coll_016_func.phpt | 43 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 D | coll_019.phpt | 86 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 …
|
/PHP-7.3/ext/pcre/tests/ |
H A D | bug44191.phpt | 6 $array = range(1, 10);
|
/PHP-7.3/Zend/tests/ |
H A D | bug69756.phpt | 5 $arr = range(1, 2);
|
Completed in 31 milliseconds
12345678910