Searched refs:REG_BADBR (Results 1 – 13 of 13) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcreposix.h | 76 REG_BADBR, /* invalid repeat counts in {} */ enumerator
|
H A D | pcreposix.c | 77 REG_BADBR, /* numbers out of order in {} quantifier */ 79 REG_BADBR, /* number too big in {} quantifier */
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regex.h | 55 #define REG_BADBR 10 macro
|
H A D | regerror.c | 49 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
|
H A D | regcomp.c | 358 REQUIRE(count <= count2, REG_BADBR); 368 SETERROR(REG_BADBR); 536 REQUIRE(count <= count2, REG_BADBR); 546 SETERROR(REG_BADBR); 570 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
|
/PHP-5.3/ext/ereg/tests/ |
H A D | ereg_error_002.phpt | 85 Warning: ereg(): REG_BADBR in %s on line %d 100 Warning: ereg(): REG_BADBR in %s on line %d
|
H A D | ereg_replace_error_002.phpt | 74 Warning: ereg_replace(): REG_BADBR in %s on line %d 89 Warning: ereg_replace(): REG_BADBR in %s on line %d
|
H A D | eregi_error_002.phpt | 85 Warning: eregi(): REG_BADBR in %s on line %d 100 Warning: eregi(): REG_BADBR in %s on line %d
|
H A D | eregi_replace_error_002.phpt | 74 Warning: eregi_replace(): REG_BADBR in %s on line %d 89 Warning: eregi_replace(): REG_BADBR in %s on line %d
|
H A D | split_error_002.phpt | 85 Warning: split(): REG_BADBR in %s on line %d 100 Warning: split(): REG_BADBR in %s on line %d
|
H A D | spliti_error_002.phpt | 85 Warning: spliti(): REG_BADBR in %s on line %d 100 Warning: spliti(): REG_BADBR in %s on line %d
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regposix.c | 94 { 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 D | onigposix.h | 55 #define REG_BADBR 10 macro
|
Completed in 22 milliseconds