summaryrefslogtreecommitdiff
path: root/ext/ereg/php_ereg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ereg/php_ereg.h')
-rw-r--r--ext/ereg/php_ereg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ereg/php_ereg.h b/ext/ereg/php_ereg.h
index 6b03d641ee..b7f8262d2f 100644
--- a/ext/ereg/php_ereg.h
+++ b/ext/ereg/php_ereg.h
@@ -36,7 +36,7 @@
extern zend_module_entry regexp_module_entry;
#define regexp_module_ptr &regexp_module_entry
-char *_php3_regreplace(const char *pattern, const char *replace, const char *string, int icase, int extended);
+char *php_reg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended);
PHP_FUNCTION(ereg);
PHP_FUNCTION(eregi);