Home
last modified time | relevance | path

Searched refs:negated (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_xclass.c113 if (c == x) return !negated; in PRIV()
141 if (isprop) return !negated; in PRIV()
151 return !negated; in PRIV()
165 return !negated; in PRIV()
183 return !negated; in PRIV()
192 return !negated; in PRIV()
200 return !negated; in PRIV()
205 return !negated; in PRIV()
227 return !negated; in PRIV()
240 return !negated; in PRIV()
[all …]
H A Dpcre_compile.c1044 BOOL braced, negated, overflow; in check_escape() local
1146 negated = TRUE; in check_escape()
1149 else negated = FALSE; in check_escape()
1183 if (negated) in check_escape()
2829 BOOL negated) in check_char_prop() argument
2866 return negated; in check_char_prop()
2876 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
2882 if (c < *p) return !negated; in check_char_prop()
2883 if (c == *p++) return negated; in check_char_prop()
5275 BOOL negated; in compile_branch() local
[all …]
H A DHACKING268 etc.) are used for repeated, negated, single-character classes such as [^a]*.
319 negated, single-character classes. The normal single-character opcodes
H A DChangeLog112 3. Further to 8.38/46, negated classes such as [^[:^ascii:]\d] were also not
359 46. If [:^ascii:] or [:^xdigit:] or [:^cntrl:] are present in a non-negated
481 30. A pattern such as /(*UTF)[\S\V\H]/, which contains a negated special class
777 negated single-character class with a character that occupied more than one
965 signed and can be negated.
2537 19. If an odd number of negated classes containing just a single character
2966 3. The same bug as (2) above applied to negated POSIX classes such as
3855 5. A negated single-character class was not being recognized as fixed-length
5312 (ii) A negated character class with a single character < 255 is coded as
5796 1. A negated single character class followed by a quantifier with a minimum
[all …]
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c383 sljit_s32 negated, ones, right; in logical_imm() local
411 negated = 0; in logical_imm()
413 negated = 1; in logical_imm()
437 if (negated) in logical_imm()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput10999 /-- Caseless single negated characters > 127 need UCP support --/
H A Dtestoutput101871 /-- Caseless single negated characters > 127 need UCP support --/

Completed in 54 milliseconds