pcre_get_compiled_regex  425 ext/filter/logical_filters.c 	re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC);
pcre_get_compiled_regex  481 ext/filter/logical_filters.c 	re = pcre_get_compiled_regex((char *)regexp, &pcre_extra, &preg_options TSRMLS_CC);
pcre_get_compiled_regex 1504 ext/pcre/php_pcre.c 						if ((re_bump = pcre_get_compiled_regex("/./u", &extra_bump, &dummy TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex   45 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);