Searched refs:pcre_get_compiled_regex (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/ext/pcre/ |
H A D | php_pcre.h | 37 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *options TSRMLS_DC);
|
H A D | php_pcre.c | 502 PHPAPI pcre* pcre_get_compiled_regex(char *regex, pcre_extra **extra, int *preg_options TSRMLS_DC) in pcre_get_compiled_regex() function 1683 if ((re_bump = pcre_get_compiled_regex("/./us", &extra_bump, &dummy TSRMLS_CC)) == NULL) { in php_pcre_split_impl()
|
/PHP-5.6/ext/filter/ |
H A D | logical_filters.c | 435 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.6/ext/standard/ |
H A D | browscap.c | 400 re = pcre_get_compiled_regex(Z_STRVAL_PP(browser_regex), &re_extra, &re_options TSRMLS_CC); in browser_reg_compare()
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 368 if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) { in check_fmt()
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 675 re = pcre_get_compiled_regex(regexp, &pcre_extra, &preg_options TSRMLS_CC); in php_zip_pcre()
|
/PHP-5.6/ext/fileinfo/ |
H A D | libmagic.patch | 3066 + if ((pce = pcre_get_compiled_regex("~%[-0-9.]*s~", &re_extra, &re_options TSRMLS_CC)) == NULL) {
|
Completed in 35 milliseconds