Home
last modified time | relevance | path

Searched refs:REG_BADPAT (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c112 REG_BADPAT, /* spare error */
115 REG_BADPAT, /* invalid condition (?(0) */
118 REG_BADPAT, /* number after (?C is > 255 */
119 REG_BADPAT, /* closing ) for (?C expected */
125 REG_BADPAT, /* invalid UTF-8 string */
145 REG_BADPAT, /* (*VERB) not recognized */
146 REG_BADPAT, /* number is too big */
147 REG_BADPAT, /* subpattern name expected */
148 REG_BADPAT, /* digit expected after (?+ */
163 REG_BADPAT, /* overlong MARK name */
[all …]
H A Dpcreposix.h77 REG_BADPAT, /* pattern error */ enumerator
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c78 { ONIGERR_META_CODE_SYNTAX, REG_BADPAT }, in onig2posix_error_code()
79 { ONIGERR_CONTROL_CODE_SYNTAX, REG_BADPAT }, in onig2posix_error_code()
106 { ONIGERR_EMPTY_GROUP_NAME, REG_BADPAT }, in onig2posix_error_code()
107 { ONIGERR_INVALID_GROUP_NAME, REG_BADPAT }, in onig2posix_error_code()
108 { ONIGERR_INVALID_CHAR_IN_GROUP_NAME, REG_BADPAT }, in onig2posix_error_code()
109 { ONIGERR_UNDEFINED_NAME_REFERENCE, REG_BADPAT }, in onig2posix_error_code()
110 { ONIGERR_UNDEFINED_GROUP_REFERENCE, REG_BADPAT }, in onig2posix_error_code()
111 { ONIGERR_MULTIPLEX_DEFINED_NAME, REG_BADPAT }, in onig2posix_error_code()
112 { ONIGERR_MULTIPLEX_DEFINITION_NAME_CALL, REG_BADPAT }, in onig2posix_error_code()
113 { ONIGERR_NEVER_ENDING_RECURSION, REG_BADPAT }, in onig2posix_error_code()
[all …]
H A Donigposix.h47 #define REG_BADPAT 2 macro
/PHP-5.5/ext/ereg/regex/
H A Dmain.c167 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
173 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT);
180 ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf));
188 if (atoi(erbuf) != (int)REG_BADPAT) {
190 erbuf, (long)REG_BADPAT);
194 erbuf, (long)REG_BADPAT);
H A Dregex.h47 #define REG_BADPAT 2 macro
H A Dregexec.c128 return(REG_BADPAT);
131 return(REG_BADPAT);
H A Dregerror.c41 {REG_BADPAT, "REG_BADPAT", "invalid regular expression"},

Completed in 15 milliseconds