mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
This commit is contained in:
commit
68b26ff8cf
2 changed files with 11 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue