172 UChar *upattern =
NULL;
173 int32_t upattern_len = 0;
184 if (
ZSTR_LEN(pattern) > INT32_MAX) {
201 USet *set = uset_openEmpty();
204 if (pattern_option &&
205 pattern_option != USET_IGNORE_SPACE &&
206#
if U_ICU_VERSION_MAJOR_NUM >= 73
207 pattern_option != (USET_IGNORE_SPACE|USET_SIMPLE_CASE_INSENSITIVE) &&
209 pattern_option != (USET_IGNORE_SPACE|USET_CASE_INSENSITIVE) &&
210 pattern_option != (USET_IGNORE_SPACE|USET_ADD_CASE_MAPPINGS)) {
211 zend_argument_value_error(2,
"must be a valid pattern option, 0 or (SpoofChecker::IGNORE_SPACE|(<none> or SpoofChecker::USET_CASE_INSENSITIVE or SpoofChecker::USET_ADD_CASE_MAPPINGS"
212#
if U_ICU_VERSION_MAJOR_NUM >= 73
213 " or SpoofChecker::USET_SIMPLE_CASE_INSENSITIVE"
PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format,...)