Searched refs:REG_EPAREN (Results 1 – 13 of 13) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcreposix.c | 89 REG_EPAREN, /* missing ) */ 94 REG_EPAREN, /* missing ) after comment */ 99 REG_EPAREN, /* unmatched parentheses */
|
H A D | pcreposix.h | 85 REG_EPAREN, /* unbalanced () */ enumerator
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regex.h | 53 #define REG_EPAREN 8 macro
|
H A D | regerror.c | 47 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
|
H A D | regcomp.c | 254 REQUIRE(MORE(), REG_EPAREN); 267 MUSTEAT(')', REG_EPAREN); 278 SETERROR(REG_EPAREN); 488 REQUIRE(EATTWO('\\', ')'), REG_EPAREN); 492 SETERROR(REG_EPAREN);
|
/PHP-5.3/ext/ereg/tests/ |
H A D | ereg_error_002.phpt | 50 Warning: ereg(): REG_EPAREN in %s on line %d 60 Warning: ereg(): REG_EPAREN in %s on line %d
|
H A D | ereg_replace_error_002.phpt | 39 Warning: ereg_replace(): REG_EPAREN in %s on line %d 49 Warning: ereg_replace(): REG_EPAREN in %s on line %d
|
H A D | eregi_error_002.phpt | 50 Warning: eregi(): REG_EPAREN in %s on line %d 60 Warning: eregi(): REG_EPAREN in %s on line %d
|
H A D | eregi_replace_error_002.phpt | 39 Warning: eregi_replace(): REG_EPAREN in %s on line %d 49 Warning: eregi_replace(): REG_EPAREN in %s on line %d
|
H A D | split_error_002.phpt | 50 Warning: split(): REG_EPAREN in %s on line %d 60 Warning: split(): REG_EPAREN in %s on line %d
|
H A D | spliti_error_002.phpt | 50 Warning: spliti(): REG_EPAREN in %s on line %d 60 Warning: spliti(): REG_EPAREN in %s on line %d
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regposix.c | 86 { ONIGERR_UNMATCHED_CLOSE_PARENTHESIS, REG_EPAREN }, in onig2posix_error_code() 87 { ONIGERR_END_PATTERN_WITH_UNMATCHED_PARENTHESIS, REG_EPAREN }, in onig2posix_error_code()
|
H A D | onigposix.h | 53 #define REG_EPAREN 8 macro
|
Completed in 17 milliseconds