Home
last modified time | relevance | path

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

/PHP-5.5/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.c1043 BOOL braced, negated, overflow; in check_escape() local
1145 negated = TRUE; in check_escape()
1148 else negated = FALSE; in check_escape()
1182 if (negated) in check_escape()
2828 BOOL negated) in check_char_prop() argument
2865 return negated; in check_char_prop()
2875 c == CHAR_UNDERSCORE) == negated; in check_char_prop()
2881 if (c < *p) return !negated; in check_char_prop()
2882 if (c == *p++) return negated; in check_char_prop()
5236 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 DChangeLog173 46. If [:^ascii:] or [:^xdigit:] or [:^cntrl:] are present in a non-negated
295 30. A pattern such as /(*UTF)[\S\V\H]/, which contains a negated special class
591 negated single-character class with a character that occupied more than one
779 signed and can be negated.
2351 19. If an odd number of negated classes containing just a single character
2780 3. The same bug as (2) above applied to negated POSIX classes such as
3669 5. A negated single-character class was not being recognized as fixed-length
5126 (ii) A negated character class with a single character < 255 is coded as
5610 1. A negated single character class followed by a quantifier with a minimum
5612 program crashes, or just wrong answers. This did not apply to negated classes
[all …]
/PHP-5.5/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.5/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 53 milliseconds