Home
last modified time | relevance | path

Searched refs:REG_EPAREN (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c89 REG_EPAREN, /* missing ) */
94 REG_EPAREN, /* missing ) after comment */
99 REG_EPAREN, /* unmatched parentheses */
H A Dpcreposix.h85 REG_EPAREN, /* unbalanced () */ enumerator
/PHP-5.5/ext/ereg/regex/
H A Dregex.h53 #define REG_EPAREN 8 macro
H A Dregerror.c47 {REG_EPAREN, "REG_EPAREN", "parentheses not balanced"},
H A Dregcomp.c262 REQUIRE(MORE(), REG_EPAREN);
275 MUSTEAT(')', REG_EPAREN);
286 SETERROR(REG_EPAREN);
496 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
500 SETERROR(REG_EPAREN);
/PHP-5.5/ext/ereg/tests/
H A Dereg_error_002.phpt50 Warning: ereg(): REG_EPAREN in %s on line %d
60 Warning: ereg(): REG_EPAREN in %s on line %d
H A Dereg_replace_error_002.phpt39 Warning: ereg_replace(): REG_EPAREN in %s on line %d
49 Warning: ereg_replace(): REG_EPAREN in %s on line %d
H A Dspliti_error_002.phpt50 Warning: spliti(): REG_EPAREN in %s on line %d
60 Warning: spliti(): REG_EPAREN in %s on line %d
H A Deregi_error_002.phpt50 Warning: eregi(): REG_EPAREN in %s on line %d
60 Warning: eregi(): REG_EPAREN in %s on line %d
H A Deregi_replace_error_002.phpt39 Warning: eregi_replace(): REG_EPAREN in %s on line %d
49 Warning: eregi_replace(): REG_EPAREN in %s on line %d
H A Dsplit_error_002.phpt50 Warning: split(): REG_EPAREN in %s on line %d
60 Warning: split(): REG_EPAREN in %s on line %d
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c86 { 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 Donigposix.h53 #define REG_EPAREN 8 macro

Completed in 19 milliseconds