Searched refs:REG_BADRPT (Results 1 – 13 of 13) sorted by relevance
/PHP-5.3/ext/ereg/tests/ |
H A D | ereg_error_002.phpt | 65 Warning: ereg(): REG_BADRPT in %s on line %d 70 Warning: ereg(): REG_BADRPT in %s on line %d 75 Warning: ereg(): REG_BADRPT in %s on line %d 80 Warning: ereg(): REG_BADRPT in %s on line %d
|
H A D | ereg_replace_error_002.phpt | 54 Warning: ereg_replace(): REG_BADRPT in %s on line %d 59 Warning: ereg_replace(): REG_BADRPT in %s on line %d 64 Warning: ereg_replace(): REG_BADRPT in %s on line %d 69 Warning: ereg_replace(): REG_BADRPT in %s on line %d
|
H A D | eregi_error_002.phpt | 65 Warning: eregi(): REG_BADRPT in %s on line %d 70 Warning: eregi(): REG_BADRPT in %s on line %d 75 Warning: eregi(): REG_BADRPT in %s on line %d 80 Warning: eregi(): REG_BADRPT in %s on line %d
|
H A D | eregi_replace_error_002.phpt | 54 Warning: eregi_replace(): REG_BADRPT in %s on line %d 59 Warning: eregi_replace(): REG_BADRPT in %s on line %d 64 Warning: eregi_replace(): REG_BADRPT in %s on line %d 69 Warning: eregi_replace(): REG_BADRPT in %s on line %d
|
H A D | split_error_002.phpt | 65 Warning: split(): REG_BADRPT in %s on line %d 70 Warning: split(): REG_BADRPT in %s on line %d 75 Warning: split(): REG_BADRPT in %s on line %d
|
H A D | spliti_error_002.phpt | 65 Warning: spliti(): REG_BADRPT in %s on line %d 70 Warning: spliti(): REG_BADRPT in %s on line %d 75 Warning: spliti(): REG_BADRPT in %s on line %d
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcreposix.h | 78 REG_BADRPT, /* ? * + invalid */ enumerator
|
H A D | pcreposix.c | 83 REG_BADRPT, /* nothing to repeat */ 85 REG_BADRPT, /* operand of unlimited repeat could match the empty string */
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regposix.c | 83 { 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 D | onigposix.h | 58 #define REG_BADRPT 13 macro
|
/PHP-5.3/ext/ereg/regex/ |
H A D | regex.h | 58 #define REG_BADRPT 13 macro
|
H A D | regerror.c | 52 {REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid"},
|
H A D | regcomp.c | 298 SETERROR(REG_BADRPT); 315 REQUIRE(!MORE() || !isdigit(PEEK()), REG_BADRPT); 331 REQUIRE(!wascaret, REG_BADRPT); 379 SETERROR(REG_BADRPT); 472 SETERROR(REG_BADRPT); 518 REQUIRE(starordinary, REG_BADRPT);
|
Completed in 56 milliseconds