Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.c74 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 */
H A Dpcreposix.h83 REG_EESCAPE, /* bad escape sequence */ enumerator
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregposix.c75 { ONIGERR_END_PATTERN_AT_ESCAPE, REG_EESCAPE }, in onig2posix_error_code()
76 { ONIGERR_END_PATTERN_AT_META, REG_EESCAPE }, in onig2posix_error_code()
77 { ONIGERR_END_PATTERN_AT_CONTROL, REG_EESCAPE }, in onig2posix_error_code()
H A Donigposix.h50 #define REG_EESCAPE 5 macro
/PHP-5.4/ext/ereg/regex/
H A Dregex.h50 #define REG_EESCAPE 5 macro
H A Dregerror.c44 {REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)"},
H A Dregcomp.c318 REQUIRE(MORE(), REG_EESCAPE);
466 REQUIRE(MORE(), REG_EESCAPE);
/PHP-5.4/ext/ereg/tests/
H A Dereg_error_002.phpt110 Warning: ereg(): REG_EESCAPE in %s on line %d
H A Dereg_replace_error_002.phpt99 Warning: ereg_replace(): REG_EESCAPE in %s on line %d
H A Deregi_error_002.phpt110 Warning: eregi(): REG_EESCAPE in %s on line %d
H A Dsplit_error_002.phpt110 Warning: split(): REG_EESCAPE in %s on line %d
H A Deregi_replace_error_002.phpt99 Warning: eregi_replace(): REG_EESCAPE in %s on line %d
H A Dspliti_error_002.phpt110 Warning: spliti(): REG_EESCAPE in %s on line %d

Completed in 31 milliseconds