Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/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 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 Drange_bug72017.phpt5 var_dump(range(4.5, 4.2, 0.1));
H A Dbug76778.phpt11 range(1, 3)
H A Drange_variation.phpt2 Test range() function (variation-1)
8 echo "\n*** Testing range() with various low and high values ***";
15 var_dump( range( $low_arr[$i], $high_arr[$j] ) );
20 var_dump( range( 1, 5, TRUE ) );
21 var_dump( range( 1, 5, array(1, 2) ) );
26 *** Testing range() with various low and high values ***
/PHP-7.1/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."
/PHP-7.1/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.1/ext/opcache/Optimizer/
H A Dzend_ssa.h43 zend_ssa_range range; /* simple range constraint */ member
57 zend_ssa_range_constraint range; member
109 zend_ssa_range range; member
/PHP-7.1/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.1/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/');
H A DCallbackFilterIteratorTest.phpt39 $it = new ArrayIterator(range(1, 5));
50 $it = new ArrayIterator(range(1, 5));
/PHP-7.1/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.1/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.1/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.1/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.1/ext/pcre/tests/
H A Dbug44191.phpt6 $array = range(1, 10);

Completed in 23 milliseconds

12345678910