Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 25 of 27) sorted by relevance

12

/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php154 $ranges = $this->propRanges[$propIdx];
155 if (!empty($ranges)) {
156 $lastRange = $ranges[count($ranges) - 1];
177 usort($ranges, function (Range $r1, Range $r2) {
183 foreach ($ranges as $range) {
206 foreach ($this->propRanges as &$ranges) {
207 $ranges = $this->compactRangeArray($ranges);
465 foreach ($data->propRanges as $ranges) {
466 $num = count($ranges);
490 foreach ($data->propRanges as $ranges) {
[all …]
/php-src/ext/standard/
H A Dscanf.c106 } *ranges; member
168 cset->ranges = (struct Range *) safe_emalloc(sizeof(struct Range), nranges, 0); in BuildCharSet()
170 cset->ranges = NULL; in BuildCharSet()
206 cset->ranges[cset->nranges].start = start; in BuildCharSet()
207 cset->ranges[cset->nranges].end = *ch; in BuildCharSet()
209 cset->ranges[cset->nranges].start = *ch; in BuildCharSet()
210 cset->ranges[cset->nranges].end = start; in BuildCharSet()
251 if ((cset->ranges[i].start <= ch) in CharInSet()
252 && (ch <= cset->ranges[i].end)) { in CharInSet()
280 if (cset->ranges) { in ReleaseCharSet()
[all …]
/php-src/ext/standard/tests/array/range/
H A Drange_step_errors.phpt90 echo "Step must not be negative for increasing ranges\n";
131 Step must not be negative for increasing ranges
132 range(): Argument #3 ($step) must be greater than 0 for increasing ranges
133 range(): Argument #3 ($step) must be greater than 0 for increasing ranges
134 range(): Argument #3 ($step) must be greater than 0 for increasing ranges
H A Drange_negative_step_decreasing_ranges.phpt2 range() allows $step parameter to be negative for decreasing ranges
H A Drange_inputs_string_invalid.phpt19 echo "Fractional step cannot be used on character ranges\n";
78 Fractional step cannot be used on character ranges
/php-src/Zend/tests/
H A Dbug71196.phpt2 Bug #71196 (Memory leak with out-of-order live ranges)
/php-src/ext/filter/tests/
H A Dbug53150.phpt2 Bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
/php-src/Zend/tests/temporary_cleaning/
H A Dtemporary_cleaning_016.phpt2 Live ranges should be ordered according to "start" position
/php-src/ext/standard/tests/strings/
H A Ducwords_variation5.phpt10 var_dump(ucwords('testing ranges', 'a..e'));
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetFloat_extreme_range.phpt2 Random: Randomizer: getFloat(): Extreme ranges are handled correctly
H A DgetInt.phpt39 // Test that extreme ranges do not throw.
/php-src/ext/standard/tests/array/sort/
H A Dnatcasesort_variation3.phpt26 // array values contains minimum and maximum ranges
H A Drsort_variation3.phpt27 // array values contains minimum and maximum ranges
H A Darsort_variation3.phpt25 // array values contains minimum and maximum ranges
H A Dasort_variation3.phpt25 // array values contains minimum and maximum ranges
H A Dsort_variation3.phpt27 // array values contains minimum and maximum ranges
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7008 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges()
7021 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges()
7032 if (ranges[1] + 1 != ranges[2]) in optimize_class_ranges()
7042 if ((ranges[1] - ranges[0]) == (ranges[3] - ranges[2]) in optimize_class_ranges()
7043 && (ranges[0] | (ranges[2] - ranges[0])) == ranges[2] in optimize_class_ranges()
7044 && (ranges[1] & (ranges[2] - ranges[0])) == 0 in optimize_class_ranges()
7047 …SLJIT_ASSERT((ranges[0] & (ranges[2] - ranges[0])) == 0 && (ranges[2] & ranges[3] & (ranges[2] - r… in optimize_class_ranges()
7049 if (ranges[2] + 1 != ranges[3]) in optimize_class_ranges()
7062 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges()
7071 if (ranges[2] + 1 != ranges[3]) in optimize_class_ranges()
[all …]
/php-src/ext/mbstring/tests/
H A Dcp950_encoding.phpt26 // CP950 explicitly maps some unused Big5 codepoint ranges to Unicode "Private User Area" codepoints
H A Diso2022jp_ms_encoding.phpt40 /* ISO-2022-JP-MS only uses the first two ranges of MS vendor extensions */
H A Dgb18030_encoding.phpt18 * 2-byte GB18030 codepoint as a 4-byte code, with each of the 4 bytes in the following ranges:
H A Dcp5022x_encoding.phpt19 * two different ranges of 94 which the second byte can fall in, and
H A Dutf_encodings.phpt15 // all ranges of valid codepoints in UnicodeData.txt
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt115 // to avoid trouble with numeric ranges, lets pass the numbers as a string
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt49 $search->ranges[]=$r=new stdClass();
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc107 /* Determine whether "val" falls into two allowed ranges:

Completed in 111 milliseconds

12