Home
last modified time | relevance | path

Searched refs:REG_ASSERT (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c86 REG_ASSERT, /* internal error: unexpected repeat */
100 REG_ASSERT, /* internal error: code overflow */
413 return REG_ASSERT; in regexec()
420 case PCRE_ERROR_UNKNOWN_NODE: return REG_ASSERT; in regexec()
426 default: return REG_ASSERT; in regexec()
H A Dpcreposix.h75 REG_ASSERT = 1, /* internal error ? */ enumerator
/PHP-5.5/ext/ereg/regex/
H A Dregex.h60 #define REG_ASSERT 15 macro
H A Dregerror.c54 {REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug"},
H A Dregcomp.c186 SETERROR(REG_ASSERT);
982 SETERROR(REG_ASSERT); /* just in case */

Completed in 17 milliseconds