mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update header file.
This commit is contained in:
parent
1db5c7d1e2
commit
4ef2af7c72
1 changed files with 4 additions and 1 deletions
|
@ -40,7 +40,10 @@ PHP_FUNCTION(preg_split);
|
||||||
PHP_FUNCTION(preg_quote);
|
PHP_FUNCTION(preg_quote);
|
||||||
PHP_FUNCTION(preg_grep);
|
PHP_FUNCTION(preg_grep);
|
||||||
|
|
||||||
char *_php_pcre_replace(char *regex, char *subject, char *replace);
|
char *php_pcre_replace(char *regex, int regex_len,
|
||||||
|
char *subject, int subject_len,
|
||||||
|
char *replace, int replace_len,
|
||||||
|
int *result_len);
|
||||||
|
|
||||||
extern zend_module_entry pcre_module_entry;
|
extern zend_module_entry pcre_module_entry;
|
||||||
#define pcre_module_ptr &pcre_module_entry
|
#define pcre_module_ptr &pcre_module_entry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue