Home
last modified time | relevance | path

Searched refs:range (Results 76 – 100 of 315) sorted by relevance

12345678910>>...13

/php-src/ext/spl/tests/
H A DSplObjectStorage_seek.phpt70 foreach (range(0, 2) as $index) {
85 Seek position -1 is out of range
86 Seek position 5 is out of range
139 Seek position 3 is out of range
H A Dfixedarray_001.phpt48 OutOfBoundsException: Index invalid or out of range
50 OutOfBoundsException: 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-src/ext/phar/tests/
H A Dphar_buildfromdirectory6.phpt12 foreach(range(1, 4) as $i) {
29 foreach(range(1, 4) as $i) {
H A Dphar_buildfromdirectory4.phpt13 foreach(range(1, 4) as $i) {
33 foreach(range(1, 4) as $i) {
H A Dphar_buildfromdirectory5.phpt12 foreach(range(1, 4) as $i) {
32 foreach(range(1, 4) as $i) {
/php-src/ext/random/
H A Dengine_user.c68 static zend_long range(void *state, zend_long min, zend_long max) in range() function
79 range,
H A Dengine_combinedlcg.c65 static zend_long range(void *state, zend_long min, zend_long max) in range() function
107 range,
/php-src/ext/zlib/tests/
H A Ddictionary_usage.phpt8 $dict = range("a", "z");
21 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => ["8"] + range("a", "z")]);
/php-src/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-src/Zend/Optimizer/
H A Dzend_inference.c1092 if (constraint->range.min == constraint->range.max in zend_inference_calc_range()
1111 && ssa->var_info[p->sources[0]].range.min > constraint->range.max) { in zend_inference_calc_range()
1125 && ssa->var_info[p->sources[0]].range.max < constraint->range.min) { in zend_inference_calc_range()
1199 tmp->min = ssa->var_info[constraint->min_ssa_var].range.min + constraint->range.min; in zend_inference_calc_range()
1215 tmp->max = ssa->var_info[constraint->max_ssa_var].range.max + constraint->range.max; in zend_inference_calc_range()
1640 var_info->range = *r; in zend_inference_widening_meet()
1665 r->min = var_info->range.min; in zend_inference_narrowing_meet()
1685 var_info->range = *r; in zend_inference_narrowing_meet()
4541 ret->range = tmp_range; in zend_init_func_return_info()
4569 ret->range = tmp_range; in zend_func_return_info()
[all …]
/php-src/ext/dom/tests/
H A Dbug80268_2.phpt27 Warning: DOMDocument::loadHTML(): Char 0x0 out of allowed range in Entity, line: 1 in %s on line %d
30 Warning: DOMDocument::loadHTMLFile(): Char 0x0 out of allowed range in %s on line %d
/php-src/ext/random/tests/03_randomizer/
H A Dengine_unsafe_biased.phpt41 var_dump(randomizer()->shuffleArray(range(1, 1234)));
47 var_dump(randomizer()->pickArrayKeys(range(1, 1234), 1));
53 var_dump(randomizer()->pickArrayKeys(range(1, 1234), 10));
H A Dengine_unsafe_empty_string.phpt41 var_dump(randomizer()->shuffleArray(range(1, 1234)));
47 var_dump(randomizer()->pickArrayKeys(range(1, 1234), 1));
53 var_dump(randomizer()->pickArrayKeys(range(1, 1234), 10));
/php-src/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-src/ext/opcache/tests/match/
H A D003.phpt25 foreach (range(0, 10) as $char) {
35 0000 INIT_FCALL 2 %d string("range")
/php-src/Zend/tests/
H A Dbug80404.phpt2 Bug #80404: Incorrect range inference result when division results in float
/php-src/ext/standard/tests/array/
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-src/ext/standard/tests/array/range/
H A Drange_bug72017.phpt5 var_dump(range(4.5, 4.2, 0.1));
/php-src/ext/pcre/tests/
H A Dbug44191.phpt6 $array = range(1, 10);
/php-src/ext/standard/tests/strings/
H A Dchop_variation5.phpt16 …var_dump ( chop("chop testABCXYZ", "A..Z") ); /* with characters range as second A…
17 …var_dump ( chop("chop test0123456789", "0..9") ); /* with numbers range as second Argu…
/php-src/ext/random/tests/03_randomizer/methods/
H A DnextFloat.phpt30 // Basic range test.
35 die("failure: out of range at {$i}");

Completed in 37 milliseconds

12345678910>>...13