Searched refs:Range (Results 1 – 21 of 21) sorted by relevance
/PHP-8.3/ext/standard/tests/array/range/ |
H A D | range_inputs_float_basic.phpt | 7 echo "Increasing Range\n"; 29 Increasing Range
|
H A D | range_inputs_string_invalid.phpt | 8 echo "Range will ignore any byte after the first one\n"; 11 echo "Range cannot operate on an empty string\n"; 25 Range will ignore any byte after the first one 36 Range cannot operate on an empty string
|
H A D | range_inputs_int_basic.phpt | 7 echo "Increasing Range\n"; 29 Increasing Range
|
H A D | range_inputs_string_numeric.phpt | 7 echo "Increasing Range\n"; 29 Increasing Range
|
H A D | bug54459.phpt | 2 Bug #54459 (Range function accuracy)
|
/PHP-8.3/ext/opcache/tests/ |
H A D | range_inference_hang.phpt | 2 Range inference should not hang
|
H A D | ref_range_1.phpt | 2 Range info for references (1)
|
H A D | ref_range_2.phpt | 2 Range info for references (2)
|
/PHP-8.3/ext/standard/tests/array/ |
H A D | gh14775.phpt | 2 GH-14775: Range negative step overflow
|
/PHP-8.3/ext/opcache/tests/opt/ |
H A D | inference_017.phpt | 2 Range inference 017:
|
H A D | inference_018.phpt | 2 Range inference 018:
|
H A D | inference_016.phpt | 2 Range inference 016:
|
H A D | inference_019.phpt | 2 Range inference 019:
|
/PHP-8.3/Zend/tests/attributes/ |
H A D | 009_doctrine_annotations_example.phpt | 21 class Range extends Annotation {} 48 * @Assert\Range( 55 …#[Assert\Range(["min" => 120, "max" => 180, "minMessage" => "You must be at least {{ limit }}cm ta… 119 string(45) "Symfony\Component\Validator\Constraints\Range"
|
/PHP-8.3/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 81 class Range { class 163 $this->propRanges[$propIdx][] = new Range($code, $code); 168 $this->propRanges[$propIdx][] = new Range($startCode, $endCode); 177 usort($ranges, function (Range $r1, Range $r2) { 181 $lastRange = new Range(-1, -1); 407 $wideRanges[] = new Range($startCode, $endCode); 419 $wideRanges[] = new Range($code, $code);
|
/PHP-8.3/Zend/tests/ |
H A D | prototype_range.phpt | 2 Range information from a prototype method should not be used
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | str_decrement_underflow.phpt | 2 str_decrement(): Out of Range ValueErrors for strings that cannot be decremented
|
/PHP-8.3/ext/com_dotnet/tests/ |
H A D | bug66431_1.phpt | 32 $check_text = $Wrd->ActiveDocument->Range($Wrd->ActiveDocument->Sentences(1)->Start, $Wrd->ActiveDo…
|
/PHP-8.3/ext/standard/ |
H A D | scanf.c | 103 struct Range { struct 168 cset->ranges = (struct Range *) safe_emalloc(sizeof(struct Range), nranges, 0); in BuildCharSet()
|
/PHP-8.3/ext/date/lib/ |
H A D | parse_date.re | 2538 /* Range is 1 - 53 for ISO week of year */
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 183 * Range 1: [0, 0xfff] 184 * Range 2: LSL #12 to Range 1
|
Completed in 66 milliseconds