Home
last modified time | relevance | path

Searched refs:pcre_compile2 (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcreposix.c284 preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr, in regcomp()
H A Dpcre.h546 PCRE_EXP_DECL pcre *pcre_compile2(const char *, int, int *, const char **,
H A Dpcre_compile.c8973 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8984 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2() function
H A DChangeLog4023 24. The man pages for pcrepartial, pcreprecompile, and pcre_compile2 were
4277 15. Added a second compiling function called pcre_compile2(). The only
/PHP-5.5/main/
H A Dphp_compat.h32 #define pcre_compile2 php_pcre_compile2 macro
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1595 pcre *pcre_compile2(const char *pattern, int options,
1742 The functions pcre_compile(), pcre_compile2(), pcre_study(), and
2033 pcre *pcre_compile2(const char *pattern, int options,
2038 Either of the functions pcre_compile() or pcre_compile2() can be called
2040 the two interfaces is that pcre_compile2() has an additional argument,
2043 the information applies equally to pcre_compile2().
2087 If pcre_compile2() is used instead of pcre_compile(), and the error-
2410 pcre_compile2(), along with the error messages that may be returned by

Completed in 82 milliseconds