Searched refs:REG_EESCAPE (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 310 REQUIRE(MORE(), REG_EESCAPE); local 458 REQUIRE(MORE(), REG_EESCAPE); local
|
| H A D | regerror.c | 19 = #define REG_EESCAPE 5 44 {REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)"},
|
| H A D | regex.h | 50 #define REG_EESCAPE 5 macro
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcreposix.h | 83 REG_EESCAPE, /* bad escape sequence */ enumerator in enum:__anon321
|
| H A D | pcreposix.c | 74 REG_EESCAPE, /* \ at end of pattern */ 75 REG_EESCAPE, /* \c at end of pattern */ 76 REG_EESCAPE, /* unrecognized character follows \ */ 117 REG_EESCAPE, /* PCRE does not support \L, \l, \N, \U, or \u */
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | onigposix.h | 50 #define REG_EESCAPE 5 macro
|
| H A D | regposix.c | 75 { ONIGERR_END_PATTERN_AT_ESCAPE, REG_EESCAPE }, 76 { ONIGERR_END_PATTERN_AT_META, REG_EESCAPE }, 77 { ONIGERR_END_PATTERN_AT_CONTROL, REG_EESCAPE },
|
Completed in 8 milliseconds