Searched defs:not (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_printint.c | 271 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop() local 710 BOOL not = FALSE; in pcre_printint() local
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | testc.c | 34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
|
H A D | testu.c | 58 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
|
H A D | regparse.c | 1147 node_new_cclass_by_codepoint_range(int not, OnigCodePoint sb_out, in node_new_cclass_by_codepoint_range() 1197 node_new_ctype(int type, int not) in node_new_ctype() 2311 int not; member 3756 add_ctype_to_cc_by_range(CClassNode* cc, int ctype ARG_UNUSED, int not, in add_ctype_to_cc_by_range() 3830 add_ctype_to_cc(CClassNode* cc, int ctype, int not, ScanEnv* env) in add_ctype_to_cc() 3939 int not, i, r; in parse_posix_bracket() local 4861 int not; member
|
H A D | regparse.h | 250 int not; member
|
/PHP-7.0/ext/mbstring/oniguruma/win32/ |
H A D | testc.c | 34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
|
/PHP-7.0/Zend/ |
H A D | zend_operators.c | 1348 zend_uchar not = (zend_uchar) ~*Z_STRVAL_P(op1); in bitwise_not_function() local
|
Completed in 40 milliseconds