Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/ereg/regex/
H A Dregex.h55 #define REG_BADBR 10 macro
H A Dregerror.c49 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
H A Dregcomp.c366 REQUIRE(count <= count2, REG_BADBR);
376 SETERROR(REG_BADBR);
544 REQUIRE(count <= count2, REG_BADBR);
554 SETERROR(REG_BADBR);
578 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/PHP-5.5/ext/ereg/tests/
H A Dereg_error_002.phpt85 Warning: ereg(): REG_BADBR in %s on line %d
100 Warning: ereg(): REG_BADBR in %s on line %d
H A Dereg_replace_error_002.phpt74 Warning: ereg_replace(): REG_BADBR in %s on line %d
89 Warning: ereg_replace(): REG_BADBR in %s on line %d
H A Dspliti_error_002.phpt85 Warning: spliti(): REG_BADBR in %s on line %d
100 Warning: spliti(): REG_BADBR in %s on line %d
H A Deregi_error_002.phpt85 Warning: eregi(): REG_BADBR in %s on line %d
100 Warning: eregi(): REG_BADBR in %s on line %d
H A Deregi_replace_error_002.phpt74 Warning: eregi_replace(): REG_BADBR in %s on line %d
89 Warning: eregi_replace(): REG_BADBR in %s on line %d
H A Dsplit_error_002.phpt85 Warning: split(): REG_BADBR in %s on line %d
100 Warning: split(): REG_BADBR in %s on line %d
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposix.c94 { ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE, REG_BADBR }, in onig2posix_error_code()
95 { 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 23 milliseconds