/PHP-7.3/ext/mbstring/ucgendat/ |
H A D | ucgendat.php | 132 $ranges = $this->propRanges[$propIdx]; 133 if (!empty($ranges)) { 134 $lastRange = $ranges[count($ranges) - 1]; 155 usort($ranges, function (Range $r1, Range $r2) { 161 foreach ($ranges as $range) { 184 foreach ($this->propRanges as &$ranges) { 185 $ranges = $this->compactRangeArray($ranges); 398 foreach ($data->propRanges as $ranges) { 399 $num = count($ranges); 423 foreach ($data->propRanges as $ranges) { [all …]
|
/PHP-7.3/ext/standard/ |
H A D | scanf.c | 110 } *ranges; member 170 cset->ranges = (struct Range *) safe_emalloc(sizeof(struct Range), nranges, 0); in BuildCharSet() 172 cset->ranges = NULL; in BuildCharSet() 208 cset->ranges[cset->nranges].start = start; in BuildCharSet() 209 cset->ranges[cset->nranges].end = *ch; in BuildCharSet() 211 cset->ranges[cset->nranges].start = *ch; in BuildCharSet() 212 cset->ranges[cset->nranges].end = start; in BuildCharSet() 253 if ((cset->ranges[i].start <= ch) in CharInSet() 254 && (ch <= cset->ranges[i].end)) { in CharInSet() 282 if (cset->ranges) { in ReleaseCharSet() [all …]
|
/PHP-7.3/Zend/tests/ |
H A D | bug71196.phpt | 2 Bug #71196 (Memory leak with out-of-order live ranges)
|
H A D | temporary_cleaning_016.phpt | 2 Live ranges should be ordered according to "start" position
|
/PHP-7.3/ext/filter/tests/ |
H A D | bug53150.phpt | 2 Bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges)
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | unicode.c | 985 OnigCodePoint* ranges; member 994 onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges) in onig_unicode_define_user_property() argument 1042 e->ranges = ranges; in onig_unicode_define_user_property() 1066 return onig_is_in_code_range((UChar* )UserDefinedPropertyRanges[index].ranges, code); in onigenc_unicode_is_code_ctype() 1076 onigenc_unicode_ctype_code_range(OnigCtype ctype, const OnigCodePoint* ranges[]) in onigenc_unicode_ctype_code_range() argument 1081 *ranges = UserDefinedPropertyRanges[index].ranges; in onigenc_unicode_ctype_code_range() 1088 *ranges = CodeRanges[ctype]; in onigenc_unicode_ctype_code_range() 1094 const OnigCodePoint* ranges[]) in onigenc_utf16_32_get_ctype_code_range() argument 1097 return onigenc_unicode_ctype_code_range(ctype, ranges); in onigenc_utf16_32_get_ctype_code_range()
|
H A D | sjis.c | 271 const OnigCodePoint* ranges[]) in get_ctype_code_range() argument 283 *ranges = PropertyList[ctype]; in get_ctype_code_range()
|
H A D | utf8.c | 237 const OnigCodePoint* ranges[]) in get_ctype_code_range() argument 240 return onigenc_unicode_ctype_code_range(ctype, ranges); in get_ctype_code_range()
|
H A D | euc_jp.c | 253 const OnigCodePoint* ranges[]) in get_ctype_code_range() argument 265 *ranges = PropertyList[ctype]; in get_ctype_code_range()
|
H A D | regenc.h | 147 …t_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[])); 178 …2_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint *sb_out, const OnigCodePoint* ranges[])); 179 extern int onigenc_unicode_ctype_code_range P_((OnigCtype ctype, const OnigCodePoint* ranges[]));
|
H A D | oniguruma.h | 139 … (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]); 316 #define ONIGENC_GET_CTYPE_CODE_RANGE(enc,ctype,sbout,ranges) \ argument 317 (enc)->get_ctype_code_range(ctype,sbout,ranges) 911 int onig_unicode_define_user_property P_((const char* name, OnigCodePoint* ranges));
|
H A D | regenc.c | 670 const OnigCodePoint* ranges[] ARG_UNUSED) in onigenc_not_support_get_ctype_code_range()
|
H A D | regparse.c | 5892 const OnigCodePoint *ranges; in add_ctype_to_cc() local 5899 r = ONIGENC_GET_CTYPE_CODE_RANGE(enc, ctype, &sb_out, &ranges); in add_ctype_to_cc() 5902 r = add_ctype_to_cc_by_range(cc, ctype, not, env->enc, sb_out, ranges); in add_ctype_to_cc() 5905 ranges, ASCII_LIMIT); in add_ctype_to_cc()
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | ucwords_variation5.phpt | 15 var_dump(ucwords('testing ranges', 'a..e'));
|
/PHP-7.3/ext/standard/tests/array/ |
H A D | natcasesort_variation3.phpt | 31 // array values contains minimum and maximum ranges
|
H A D | rsort_variation3.phpt | 32 // array values contains minimum and maximum ranges
|
H A D | sort_variation3.phpt | 33 // array values contains minimum and maximum ranges
|
H A D | arsort_variation3.phpt | 31 // array values contains minimum and maximum ranges
|
H A D | asort_variation3.phpt | 31 // array values contains minimum and maximum ranges
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 5757 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges() 5770 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges() 5781 if (ranges[1] + 1 != ranges[2]) in optimize_class_ranges() 5791 if ((ranges[1] - ranges[0]) == (ranges[3] - ranges[2]) in optimize_class_ranges() 5792 && (ranges[0] | (ranges[2] - ranges[0])) == ranges[2] in optimize_class_ranges() 5793 && (ranges[1] & (ranges[2] - ranges[0])) == 0 in optimize_class_ranges() 5796 …SLJIT_ASSERT((ranges[0] & (ranges[2] - ranges[0])) == 0 && (ranges[2] & ranges[3] & (ranges[2] - r… in optimize_class_ranges() 5798 if (ranges[2] + 1 != ranges[3]) in optimize_class_ranges() 5811 if (ranges[0] + 1 != ranges[1]) in optimize_class_ranges() 5820 if (ranges[2] + 1 != ranges[3]) in optimize_class_ranges() [all …]
|
/PHP-7.3/ext/mbstring/oniguruma/doc/ |
H A D | API | 908 # int onig_unicode_define_user_property(const char* name, OnigCodePoint* ranges)) 915 2 ranges: property code point ranges 916 (first element is number of ranges.) 918 [num-of-ranges, 1st-range-start, 1st-range-end, 2nd-range-start... ] 920 * Don't destroy the ranges after having called this function.
|
H A D | SYNTAX.md | 920 only exclude those characters and ranges written in them. 934 If this flag is set, then character ranges like `[z-a]` that are broken or contain no 936 character ranges will produce an error message.
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_types.phpt | 114 // to avoid trouble with numeric ranges, lets pass the numbers as a string
|
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug37083.phpt | 49 $search->ranges[]=$r=new stdClass();
|
/PHP-7.3/ |
H A D | UPGRADING | 540 behavioral changes (for instance, character ranges in classes are now more
|