Home
last modified time | relevance | path

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

/PHP-5.4/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.c1033 BOOL braced, negated, overflow; in check_escape() local
1135 negated = TRUE; in check_escape()
1138 else negated = FALSE; in check_escape()
1172 if (negated) in check_escape()
2809 BOOL negated) in check_char_prop() argument
2846 return negated; in check_char_prop()
2856 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
2862 if (c < *p) return !negated; in check_char_prop()
2863 if (c == *p++) return negated; in check_char_prop()
5202 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 DChangeLog119 30. A pattern such as /(*UTF)[\S\V\H]/, which contains a negated special class
415 negated single-character class with a character that occupied more than one
603 signed and can be negated.
2175 19. If an odd number of negated classes containing just a single character
2604 3. The same bug as (2) above applied to negated POSIX classes such as
3493 5. A negated single-character class was not being recognized as fixed-length
3549 17. A character class other than a single negated character that had a minimum
4950 (ii) A negated character class with a single character < 255 is coded as
5434 1. A negated single character class followed by a quantifier with a minimum
5436 program crashes, or just wrong answers. This did not apply to negated classes
[all …]
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c351 sljit_si negated, ones, right; in logical_imm() local
379 negated = 0; in logical_imm()
381 negated = 1; in logical_imm()
405 if (negated) in logical_imm()
/PHP-5.4/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 50 milliseconds