Searched refs:REG_EPAREN (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 254 REQUIRE(MORE(), REG_EPAREN); local 267 MUSTEAT(')', REG_EPAREN); 278 SETERROR(REG_EPAREN); 488 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); 492 SETERROR(REG_EPAREN);
|
| H A D | regerror.c | 22 = #define REG_EPAREN 8 47 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
|
| H A D | regex.h | 53 #define REG_EPAREN 8 macro
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcreposix.h | 85 REG_EPAREN, /* unbalanced () */ enumerator in enum:__anon321
|
| H A D | pcreposix.c | 89 REG_EPAREN, /* missing ) */ 94 REG_EPAREN, /* missing ) after comment */ 99 REG_EPAREN, /* unmatched parentheses */
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | onigposix.h | 53 #define REG_EPAREN 8 macro
|
| H A D | regposix.c | 86 { ONIGERR_UNMATCHED_CLOSE_PARENTHESIS, REG_EPAREN }, 87 { ONIGERR_END_PATTERN_WITH_UNMATCHED_PARENTHESIS, REG_EPAREN },
|
Completed in 7 milliseconds