Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_xclass.c70 BOOL negated = (*data & XCL_NOT) != 0; in PRIV() local
86 return !negated; /* char found */ in PRIV()
108 if (c == x) return !negated; in PRIV()
124 if (c >= x && c <= y) return !negated; in PRIV()
135 if (t == XCL_PROP) return !negated; in PRIV()
145 return !negated; in PRIV()
159 return !negated; in PRIV()
166 return !negated; in PRIV()
173 return !negated; in PRIV()
180 return !negated; in PRIV()
[all …]
H A Dpcre_compile.c813 BOOL braced, negated, overflow; in check_escape() local
915 negated = TRUE; in check_escape()
918 else negated = FALSE; in check_escape()
952 if (negated) in check_escape()
3010 == negated; in check_char_prop()
3016 == negated; in check_char_prop()
3028 if (c < *p) return !negated; in check_char_prop()
3029 if (c == *p++) return negated; in check_char_prop()
3351 BOOL negated; in check_auto_possessive() local
4386 BOOL negated; in compile_branch() local
[all …]
H A DHACKING295 repeated, negated, single-character classes. The normal single-character
H A DChangeLog1415 19. If an odd number of negated classes containing just a single character
1843 3. The same bug as (2) above applied to negated POSIX classes such as
2732 5. A negated single-character class was not being recognized as fixed-length
2788 17. A character class other than a single negated character that had a minimum
4189 (ii) A negated character class with a single character < 255 is coded as
4673 1. A negated single character class followed by a quantifier with a minimum
4675 program crashes, or just wrong answers. This did not apply to negated classes
4834 2. Optimized negated single characters not to use a bit map.
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput10989 /-- Caseless single negated characters > 127 need UCP support --/
H A Dtestoutput102037 /-- Caseless single negated characters > 127 need UCP support --/

Completed in 44 milliseconds