Home
last modified time | relevance | path

Searched refs:range (Results 76 – 100 of 232) sorted by last modified time

12345678910

/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php253 $a = range(0, $maxencnum);
/PHP-7.4/ext/spl/tests/
H A Dheap_003.phpt20 $in = range(0,10);
H A Dheap_005.phpt5 $input = range(1,100);
H A Dheap_006.phpt5 $input = range(1,100);
H A Diterator_005.phpt15 $it = new ArrayIteratorEx(range(0,3));
31 $it = new ArrayObjectEx(range(0,3));
H A Diterator_007.phpt64 $it = new NoRewindIteratorEx(new ArrayIteratorEx(range(0,3)));
78 $it = new NoRewindIteratorEx(new ArrayIteratorEx(range(0,3)));
H A Diterator_008.phpt35 $it = new InfiniteIterator(new ArrayIteratorEx(range(0,2)));
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 Dbug71735.phpt14 Offset invalid or out of range
H A Ddit_006.phpt48 Seek position %d is out of range
H A Ddllist_006.phpt59 Exception: Offset invalid or out of range
61 Exception: Offset invalid or out of range
H A Ddllist_013.phpt36 Exception: Offset invalid or out of range
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 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 Dfixedarray_004.phpt17 string(29) "Index invalid or out of range"
/PHP-7.4/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-7.4/ext/phar/tests/
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) {
H A Dphar_buildfromdirectory6.phpt12 foreach(range(1, 4) as $i) {
31 foreach(range(1, 4) as $i) {
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h74 return ssa->var_info[ssa->ops[opline - op_array->opcodes].opN##_use].range.min; \
98 return ssa->var_info[ssa->ops[opline - op_array->opcodes].opN##_use].range.max; \
116 return ssa->var_info[ssa->ops[opline - op_array->opcodes].opN##_use].range.underflow; \
134 return ssa->var_info[ssa->ops[opline - op_array->opcodes].opN##_use].range.overflow; \
H A Dzend_dump.c358 zend_dump_range(&ssa->var_info[ssa_var_num].range); in zend_dump_ssa_var()
372 if (r->range.underflow && r->range.overflow) { in zend_dump_range_constraint()
380 if (r->range.underflow) { in zend_dump_range_constraint()
385 if (r->range.min > 0) { in zend_dump_range_constraint()
386 fprintf(stderr, " + " ZEND_LONG_FMT, r->range.min); in zend_dump_range_constraint()
387 } else if (r->range.min < 0) { in zend_dump_range_constraint()
395 if (r->range.overflow) { in zend_dump_range_constraint()
400 if (r->range.max > 0) { in zend_dump_range_constraint()
402 } else if (r->range.max < 0) { in zend_dump_range_constraint()
407 fprintf(stderr, ZEND_LONG_FMT "]", r->range.max); in zend_dump_range_constraint()
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_search_setpos.phpt29 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
42 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
48 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
66 Warning: mb_ereg_search_setpos(): Position is out of range in %s on line %d
H A Dmb_stripos.phpt68 // Out of range - should return false
H A Dmb_strpos.phpt68 // Out of range - should return false

Completed in 35 milliseconds

12345678910