Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcreposix.h78 REG_BADRPT, /* ? * + invalid */ enumerator
H A Dpcreposix.c81 REG_BADRPT, /* nothing to repeat */
83 REG_BADRPT, /* operand of unlimited repeat could match the empty string */
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregposix.c83 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT }, in onig2posix_error_code()
84 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT }, in onig2posix_error_code()
85 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT }, in onig2posix_error_code()
H A Donigposix.h58 #define REG_BADRPT 13 macro

Completed in 8 milliseconds