pcre_get_compiled_regex 392 ext/fileinfo/libmagic/softmagic.c if ((pce = pcre_get_compiled_regex(pattern, &re_extra, &re_options)) == NULL) { pcre_get_compiled_regex 445 ext/filter/logical_filters.c re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options); pcre_get_compiled_regex 616 ext/filter/logical_filters.c re = pcre_get_compiled_regex(sregexp, &pcre_extra, &preg_options); pcre_get_compiled_regex 37 ext/pcre/php_pcre.h PHPAPI pcre* pcre_get_compiled_regex(zend_string *regex, pcre_extra **extra, int *options); pcre_get_compiled_regex 366 ext/standard/browscap.c re = pcre_get_compiled_regex(Z_STR_P(browser_regex), &re_extra, &re_options); pcre_get_compiled_regex 638 ext/zip/php_zip.c re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options);