Home
last modified time | relevance | path

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

/PHP-7.2/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 */
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 */
177 REG_BADPAT /* pattern too complicated */
[all …]
H A Dpcreposix.h77 REG_BADPAT, /* pattern error */ enumerator
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposix.c79 { ONIGERR_META_CODE_SYNTAX, REG_BADPAT }, in onig2posix_error_code()
80 { ONIGERR_CONTROL_CODE_SYNTAX, REG_BADPAT }, in onig2posix_error_code()
107 { ONIGERR_EMPTY_GROUP_NAME, REG_BADPAT }, in onig2posix_error_code()
108 { ONIGERR_INVALID_GROUP_NAME, REG_BADPAT }, in onig2posix_error_code()
109 { ONIGERR_INVALID_CHAR_IN_GROUP_NAME, REG_BADPAT }, in onig2posix_error_code()
110 { ONIGERR_UNDEFINED_NAME_REFERENCE, REG_BADPAT }, in onig2posix_error_code()
111 { ONIGERR_UNDEFINED_GROUP_REFERENCE, REG_BADPAT }, in onig2posix_error_code()
112 { ONIGERR_MULTIPLEX_DEFINED_NAME, REG_BADPAT }, in onig2posix_error_code()
113 { ONIGERR_MULTIPLEX_DEFINITION_NAME_CALL, REG_BADPAT }, in onig2posix_error_code()
114 { ONIGERR_NEVER_ENDING_RECURSION, REG_BADPAT }, in onig2posix_error_code()
[all …]
H A Donigposix.h47 #define REG_BADPAT 2 macro

Completed in 12 milliseconds