summaryrefslogtreecommitdiff
path: root/ext/standard/reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/reg.h')
-rw-r--r--ext/standard/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/reg.h b/ext/standard/reg.h
index 6b03d641ee..b7f8262d2f 100644
--- a/ext/standard/reg.h
+++ b/ext/standard/reg.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);