Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcreposix.h76 REG_BADBR, /* invalid repeat counts in {} */ enumerator
H A Dpcreposix.c77 REG_BADBR, /* numbers out of order in {} quantifier */
79 REG_BADBR, /* number too big in {} quantifier */
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregposix.c95 { ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE, REG_BADBR }, in onig2posix_error_code()
96 { ONIGERR_UPPER_SMALLER_THAN_LOWER_IN_REPEAT_RANGE, REG_BADBR }, in onig2posix_error_code()
H A Donigposix.h55 #define REG_BADBR 10 macro

Completed in 9 milliseconds