Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.h80 REG_EBRACK, /* unbalanced [] */ enumerator
H A Dpcreposix.c80 REG_EBRACK, /* missing terminating ] for character class */
/PHP-5.4/ext/ereg/regex/
H A Dregex.h52 #define REG_EBRACK 7 macro
H A Dregerror.c46 {REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced"},
H A Dregcomp.c618 MUSTEAT(']', REG_EBRACK);
689 REQUIRE(MORE(), REG_EBRACK);
693 REQUIRE(MORE(), REG_EBRACK);
698 REQUIRE(MORE(), REG_EBRACK);
702 REQUIRE(MORE(), REG_EBRACK);
786 REQUIRE(MORE(), REG_EBRACK);
812 SETERROR(REG_EBRACK);
/PHP-5.4/ext/mbstring/oniguruma/
H A Donigposix.h52 #define REG_EBRACK 7 macro
H A Dregposix.c72 { ONIGERR_END_PATTERN_AT_LEFT_BRACKET, REG_EBRACK }, in onig2posix_error_code()
/PHP-5.4/ext/ereg/tests/
H A Dereg_error_002.phpt55 Warning: ereg(): REG_EBRACK in %s on line %d
H A Dereg_replace_error_002.phpt44 Warning: ereg_replace(): REG_EBRACK in %s on line %d
H A Deregi_error_002.phpt55 Warning: eregi(): REG_EBRACK in %s on line %d
H A Dsplit_error_002.phpt55 Warning: split(): REG_EBRACK in %s on line %d
H A Deregi_replace_error_002.phpt44 Warning: eregi_replace(): REG_EBRACK in %s on line %d
H A Dspliti_error_002.phpt55 Warning: spliti(): REG_EBRACK in %s on line %d

Completed in 19 milliseconds