Home
last modified time | relevance | path

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

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c110 REG_BADPAT, /* spare error */
113 REG_BADPAT, /* invalid condition (?(0) */
116 REG_BADPAT, /* number after (?C is > 255 */
117 REG_BADPAT, /* closing ) for (?C expected */
123 REG_BADPAT, /* invalid UTF-8 string */
143 REG_BADPAT, /* (*VERB) not recognized */
144 REG_BADPAT, /* number is too big */
145 REG_BADPAT, /* subpattern name expected */
146 REG_BADPAT, /* digit expected after (?+ */
161 REG_BADPAT, /* overlong MARK name */
[all …]
H A Dpcreposix.h77 REG_BADPAT, /* pattern error */ enumerator
/PHP-7.1/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

Completed in 10 milliseconds