Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/Zend/tests/
H A Dtemporary_cleaning_010.phpt2 Live range & throw from finally
H A Dtemporary_cleaning_011.phpt2 Live range & lists
H A Dtemporary_cleaning_012.phpt2 Live range of ZEND_NEW must be assigned to correct variable
/PHP-7.3/Zend/tests/try/
H A Dtry_finally_021.phpt2 Live range & return from finally
/PHP-7.3/ext/spl/tests/
H A Dfixedarray_004.phpt17 string(29) "Index invalid or out of range"
H A DCallbackFilterIteratorTest.phpt39 $it = new ArrayIterator(range(1, 5));
50 $it = new ArrayIterator(range(1, 5));
H A Dfixedarray_014.phpt15 Index invalid or out of range
H A Dbug71735.phpt14 Offset invalid or out of range
H A Dfixedarray_012.phpt18 Index invalid or out of range
H A Dheap_005.phpt5 $input = range(1,100);
H A Dheap_006.phpt5 $input = range(1,100);
H A Dfixedarray_006.phpt21 Index invalid or out of range
H A Dfixedarray_013.phpt21 Index invalid or out of range
H A DSplDoublyLinkedList_add_null_offset.phpt13 Exception: Offset invalid or out of range
H A DSplDoublyLinkedList_add_invalid_offset.phpt13 Exception: Offset invalid or out of range
H A DSplDoublyLinkedList_offsetUnset_greater_than_elements.phpt25 Offset out of range
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_get_contents_001.phpt2 stream_get_contents() - Testing offset out of range
/PHP-7.3/ext/standard/tests/array/
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 ***
H A Dbug74361_2.phpt6 $array = range(0, 15);
H A Dbug48224.phpt5 $a = range(0, 100);
/PHP-7.3/ext/opcache/tests/
H A Dneg_range_inference.phpt2 Incorrect negative range inference
/PHP-7.3/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt41 printf("Codepoint range: %04x-%04x\n", IntlChar::CODEPOINT_MIN, IntlChar::CODEPOINT_MAX);
46 echo "Sample range of codepoints: U+2600-U+260F\n";
53 Codepoint range: 0000-10ffff
138 Sample range of codepoints: U+2600-U+260F
/PHP-7.3/ext/opcache/Optimizer/
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.3/ext/intl/tests/
H A Dbug50590.phpt2 Bug #50590 (IntlDateFormatter::parse result is limited to the integer range)
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c4456 if (range <= start) in onig_regset_search_with_param()
4473 range = start + 1; in onig_regset_search_with_param()
4478 range = str + 1; in onig_regset_search_with_param()
4971 if (p && p < range) { in forward_search()
5179 if (range > start) in onig_search()
5180 data_range = range; in onig_search()
5264 range = start; in search_in_range()
5275 range = str; in search_in_range()
5462 if (range < end) in search_in_range()
5561 if (range > start) in onig_search_with_param()
[all …]

Completed in 40 milliseconds

12345678910