diff options
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 551f35b5a4..8bf2955b54 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -41,8 +41,9 @@ extern int php_minit_pcre(INIT_FUNC_ARGS); extern int php_mshutdown_pcre(SHUTDOWN_FUNC_ARGS); extern int php_rinit_pcre(INIT_FUNC_ARGS); -PHP_FUNCTION(pcre_match); -PHP_FUNCTION(pcre_replace); +PHP_FUNCTION(preg_match); +PHP_FUNCTION(preg_match_all); +PHP_FUNCTION(preg_replace); extern zend_module_entry pcre_module_entry; #define pcre_module_ptr &pcre_module_entry |