Searched refs:Range (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/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)
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | bug54459.phpt | 2 Bug #54459 (Range function accuracy)
|
/PHP-8.0/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.0/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 75 class Range { class 148 $this->propRanges[$propIdx][] = new Range($code, $code); 153 $this->propRanges[$propIdx][] = new Range($startCode, $endCode); 162 usort($ranges, function (Range $r1, Range $r2) { 166 $lastRange = new Range(-1, -1);
|
/PHP-8.0/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.0/ext/standard/ |
H A D | scanf.c | 103 struct Range { struct 166 cset->ranges = (struct Range *) safe_emalloc(sizeof(struct Range), nranges, 0); in BuildCharSet()
|
/PHP-8.0/ext/date/lib/ |
H A D | parse_date.re | 2394 /* Range is 1 - 53 for ISO week of year */
|
Completed in 19 milliseconds