Home
last modified time | relevance | path

Searched refs:range (Results 26 – 50 of 227) sorted by relevance

12345678910

/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_search_setpos.phpt28 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
41 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
47 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
65 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
H A Dbug28220.phpt8 range(0x0000, 0x1fff),
9 range(0xff60, 0xff9f)
/PHP-7.1/ext/standard/tests/array/
H A Dbug32021.phpt2 Bug #32021 (Crash caused by range('', 'z'))
5 $foo = range('', 'z');
H A Dbug54459.phpt7 foreach (range(90, 100, .1) as $i => $v){
10 foreach (range("90", "100", .1) as $i => $v){
H A Dbug21182.phpt2 Bug #21182 (range modifies arguments)
7 $result = range($a, $b);
H A Darray_keys_variation_002.phpt10 echo "\n*** Testing array_keys() on range of values ***\n";
29 *** Testing array_keys() on range of values ***
/PHP-7.1/ext/spl/tests/
H A Darray_014.phpt6 $it = new ArrayIterator(range(0,10));
46 Seek position -1 is out of range
47 Seek position 12 is out of range
H A Darray_016.phpt6 $it = new ArrayIterator(range(0,3));
13 $it = new ArrayObject(range(0,3));
H A Dfixedarray_001.phpt49 Exception: Index invalid or out of range
50 Exception: Index invalid or out of range
51 Exception: Index invalid or out of range
H A Diterator_005.phpt15 $it = new ArrayIteratorEx(range(0,3));
31 $it = new ArrayObjectEx(range(0,3));
/PHP-7.1/ext/standard/tests/strings/
H A Dltrim_error.phpt46 Warning: ltrim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
50 Warning: ltrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
54 Warning: ltrim(): Invalid '..'-range, '..'-range needs to be incrementing in %s on line %d
58 Warning: ltrim(): Invalid '..'-range in %s on line %d
H A Drtrim_error.phpt46 Warning: rtrim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
50 Warning: rtrim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
54 Warning: rtrim(): Invalid '..'-range, '..'-range needs to be incrementing in %s on line %d
58 Warning: rtrim(): Invalid '..'-range in %s on line %d
H A Dtrim_error.phpt46 Warning: trim(): Invalid '..'-range, no character to the left of '..' in %s on line %d
50 Warning: trim(): Invalid '..'-range, no character to the right of '..' in %s on line %d
54 Warning: trim(): Invalid '..'-range, '..'-range needs to be incrementing in %s on line %d
58 Warning: trim(): Invalid '..'-range in %s on line %d
H A Daddcslashes_005.phpt11 Warning: addcslashes(): Invalid '..'-range, '..'-range needs to be incrementing in %s on line %d
/PHP-7.1/Zend/tests/generators/
H A Dbug74157.phpt8 foreach(range(1, 5) as $v) {
14 foreach (a(range(1, 3)) as $a) {
/PHP-7.1/ext/date/tests/
H A Dbug33957.phpt15 foreach (range(1992, 2019) as $year) {
22 foreach (range(1992, 2019) as $year) {
30 foreach (range(1993, 2020) as $year) {
/PHP-7.1/Zend/tests/traits/
H A Dbug55372.phpt9 $letters1 = range('a', 'z', 1);
10 $letters2 = range('A', 'Z', 1);
/PHP-7.1/ext/mbstring/oniguruma/
H A Dreggnu.c45 int startpos, int range) in re_adjust_startpos() argument
51 if (range > 0) { in re_adjust_startpos()
72 re_search(regex_t* bufp, const char* string, int size, int startpos, int range, in re_search() argument
77 (UChar* )(string + startpos + range), in re_search()
/PHP-7.1/ext/shmop/tests/
H A D002.phpt40 // warning outputs: start is out of range
45 // warning outputs: count is out of range
54 // warning outputs: offset out of range
92 Warning: shmop_read(): start is out of range in %s on line %d
95 Warning: shmop_read(): count is out of range in %s on line %d
102 Warning: shmop_write(): offset out of range in %s on line %d
/PHP-7.1/ext/gd/tests/
H A Dimagecolordeallocate_error4.phpt2 Testing imagecolordeallocate() of GD library with Out of range intergers (Below)
21 Warning: imagecolordeallocate(): Color index -1 out of range in %s on line %d
H A Dimagecolordeallocate_error3.phpt2 Testing imagecolordeallocate() of GD library with Out of range intergers (Above)
21 Warning: imagecolordeallocate(): Color index 101 out of range in %s on line %d
/PHP-7.1/Zend/tests/
H A Dbug74093.phpt15 $a1 = range(1, 1000000);
16 $a2 = range(100000, 1999999);
/PHP-7.1/ext/zlib/tests/
H A Ddeflate_init_reuse.phpt12 foreach (range("a", "z") as $char) {
19 foreach (range("a", "z") as $char) {
H A Ddictionary_usage.phpt6 $dict = range("a", "z");
20 $r = inflate_init(ZLIB_ENCODING_DEFLATE, ["dictionary" => ["8"] + range("a", "z")]);
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c867 tmp->min = ssa->var_info[constraint->min_ssa_var].range.min + constraint->range.min; in zend_inference_calc_range()
883 tmp->max = ssa->var_info[constraint->max_ssa_var].range.max + constraint->range.max; in zend_inference_calc_range()
1468 var_info->range.underflow || in zend_inference_widening_meet()
1474 var_info->range.overflow || in zend_inference_widening_meet()
1486 var_info->range = *r; in zend_inference_widening_meet()
1511 r->min = var_info->range.min; in zend_inference_narrowing_meet()
1516 r->max = var_info->range.max; in zend_inference_narrowing_meet()
1531 var_info->range = *r; in zend_inference_narrowing_meet()
3658 ret->range = tmp_range; in zend_init_func_return_info()
3687 ret->range = tmp_range; in zend_func_return_info()
[all …]

Completed in 39 milliseconds

12345678910