summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-10-08 16:14:06 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-10-08 16:14:06 +0200
commit68b26ff8cf2390ba5b7565b6624485f2ee6afbf6 (patch)
treefcad3c0729ae1ad1dc0ded9920348d1ad23f9056 /ext/pcre/php_pcre.h
parent9004102b99be4d3811d69ad61149dc2959579e0a (diff)
parent736af5f6602145a267dcd9d795414a6dbffa07dc (diff)
downloadphp-git-68b26ff8cf2390ba5b7565b6624485f2ee6afbf6.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 1a28d1733a..b375981df3 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -40,6 +40,7 @@ extern zend_module_entry pcre_module_entry;
typedef struct _pcre_cache_entry pcre_cache_entry;
PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex);
+PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *regex, int locale_aware);
PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subject_str, zval *return_value,
zval *subpats, int global, int use_flags, zend_long flags, zend_off_t start_offset);