Home
last modified time | relevance | path

Searched refs:pcre_get_compiled_regex (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pcre/
H A Dphp_pcre.h37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
H A Dphp_pcre.c496 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC) in pcre_get_compiled_regex() function
1633 if ((re_bump = pcre_get_compiled_regex("/./us", &extra_bump, &dummy TSRMLS_CC)) == NULL) { in php_pcre_split_impl()
/PHP-5.5/ext/filter/
H A Dlogical_filters.c435 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_regexp()
543 re = pcre_get_compiled_regex((char *)regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_filter_validate_email()
/PHP-5.5/ext/standard/
H A Dbrowscap.c396 re = pcre_get_compiled_regex(Z_STRVAL_PP(browser_regex), &re_extra, &re_options TSRMLS_CC); in browser_reg_compare()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c354 if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { in check_fmt()
/PHP-5.5/ext/zip/
H A Dphp_zip.c665 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_zip_pcre()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2973 + if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) {

Completed in 69 milliseconds