Home
last modified time | relevance | path

Searched refs:Range (Results 1 – 11 of 11) sorted by last modified time

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_arm64.dasc174 * Range 1: [0, 0xfff]
175 * Range 2: LSL #12 to Range 1
/PHP-8.1/ext/date/lib/
H A Dparse_date.re2455 /* Range is 1 - 53 for ISO week of year */
/PHP-8.1/ext/mbstring/ucgendat/
H A Ducgendat.php81 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.1/ext/opcache/tests/
H A Drange_inference_hang.phpt2 Range inference should not hang
H A Dref_range_2.phpt2 Range info for references (2)
H A Dref_range_1.phpt2 Range info for references (1)
/PHP-8.1/ext/standard/tests/array/
H A Dbug54459.phpt2 Bug #54459 (Range function accuracy)
/PHP-8.1/ext/standard/
H A Dscanf.c103 struct Range { struct
168 cset->ranges = (struct Range *) safe_emalloc(sizeof(struct Range), nranges, 0); in BuildCharSet()
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug66431_1.phpt32 $check_text = $Wrd->ActiveDocument->Range($Wrd->ActiveDocument->Sentences(1)->Start, $Wrd->ActiveDo…
/PHP-8.1/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt21 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.1/Zend/tests/
H A Dprototype_range.phpt2 Range information from a prototype method should not be used

Completed in 55 milliseconds