Home
last modified time | relevance | path

Searched refs:range (Results 51 – 75 of 234) sorted by relevance

12345678910

/PHP-7.3/ext/standard/tests/array/
H A Darray_keys_variation_002_64bit.phpt10 echo "\n*** Testing array_keys() on range of values ***\n";
29 *** Testing array_keys() on range of values ***
H A Drange_bug72017.phpt5 var_dump(range(4.5, 4.2, 0.1));
H A Darray_values_variation.phpt20 echo "\n*** Testing array_values() with range checking ***\n";
47 *** Testing array_values() with range checking ***
H A Darray_values_variation_64bit.phpt20 echo "\n*** Testing array_values() with range checking ***\n";
46 *** Testing array_values() with range checking ***
H A Dbug76778.phpt11 range(1, 3)
/PHP-7.3/ext/intl/tests/
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 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."
/PHP-7.3/ext/date/tests/
H A Dmktime-1.phpt2 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 Dzend_inference.c935 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 Dphar_buildfromdirectory6.phpt12 foreach(range(1, 4) as $i) {
31 foreach(range(1, 4) as $i) {
H A Dphar_buildfromdirectory4.phpt13 foreach(range(1, 4) as $i) {
34 foreach(range(1, 4) as $i) {
H A Dphar_buildfromdirectory5.phpt12 foreach(range(1, 4) as $i) {
33 foreach(range(1, 4) as $i) {
/PHP-7.3/ext/zlib/tests/
H A Ddictionary_usage.phpt8 $dict = range("a", "z");
22 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => ["8"] + range("a", "z")]);
/PHP-7.3/ext/spl/tests/
H A Ddllist_006.phpt59 Exception: Offset invalid or out of range
61 Exception: Offset invalid or out of range
H A Dfixedarray_002.phpt73 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 Dbug46088.phpt6 $x = new RegexIterator(new ArrayIterator(range(1, 10)), '/\d/');
/PHP-7.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt25 $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 Dspldoublylinkedlist.inc197 * 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 Dlog.phpt8 // 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 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 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 …
/PHP-7.3/ext/pcre/tests/
H A Dbug44191.phpt6 $array = range(1, 10);
/PHP-7.3/Zend/tests/
H A Dbug69756.phpt5 $arr = range(1, 2);

Completed in 42 milliseconds

12345678910