pcre_get_compiled_regex  354 ext/fileinfo/libmagic/softmagic.c 	if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex  435 ext/filter/logical_filters.c 	re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC);
pcre_get_compiled_regex  543 ext/filter/logical_filters.c 	re = pcre_get_compiled_regex((char *)regexp, &pcre_extra, &preg_options TSRMLS_CC);
pcre_get_compiled_regex 1633 ext/pcre/php_pcre.c 						if ((re_bump = pcre_get_compiled_regex("/./us", &extra_bump, &dummy TSRMLS_CC)) == NULL) {
pcre_get_compiled_regex   37 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
pcre_get_compiled_regex  396 ext/standard/browscap.c 	re = pcre_get_compiled_regex(Z_STRVAL_PP(browser_regex), &re_extra, &re_options TSRMLS_CC);
pcre_get_compiled_regex  665 ext/zip/php_zip.c 		re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC);