pcre_compile     1041 ext/mbstring/mbstring.c 	if (!(retval = pcre_compile(pattern,
pcre_compile      180 ext/opcache/zend_accelerator_blacklist.c 			if ((it->re = pcre_compile(regexp, PCRE_NO_AUTO_CAPTURE, &pcre_error, &pcre_error_offset, 0)) == NULL) {
pcre_compile      540 ext/pcre/pcrelib/pcre.h PCRE_EXP_DECL pcre *pcre_compile(const char *, int, const char **, int *,
pcre_compile       99 ext/pcre/pcrelib/pcredemo.c re = pcre_compile(
pcre_compile      433 ext/pcre/php_pcre.c 	re = pcre_compile(pattern,
pcre_compile     5740 ext/pgsql/pgsql.c 	if ((re = pcre_compile(regex, options, &err_msg, &err_offset, NULL)) == NULL) {