summaryrefslogtreecommitdiff
path: root/ext/standard/reg.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-07-24 22:16:54 +0000
committerAndrey Hristov <andrey@php.net>1999-07-24 22:16:54 +0000
commit736f4831a5c2aa0412bbcd5016c8be374c0b0161 (patch)
tree938cc9a6bc2b036f060e5fadad49482cdee904fc /ext/standard/reg.h
parentf6f0f285cc204df8bc99a2fa0769122396dcee22 (diff)
downloadphp-git-736f4831a5c2aa0412bbcd5016c8be374c0b0161.tar.gz
A bunch of grunt work updating function entries and declarations.
Diffstat (limited to 'ext/standard/reg.h')
-rw-r--r--ext/standard/reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/reg.h b/ext/standard/reg.h
index 4b7f37466d..c261abf4d2 100644
--- a/ext/standard/reg.h
+++ b/ext/standard/reg.h
@@ -40,8 +40,8 @@ char *_php3_regreplace(const char *pattern, const char *replace, const char *str
PHP_FUNCTION(ereg);
PHP_FUNCTION(eregi);
-PHP_FUNCTION(eregireplace);
-PHP_FUNCTION(eregreplace);
+PHP_FUNCTION(eregi_replace);
+PHP_FUNCTION(ereg_replace);
PHP_FUNCTION(split);
PHPAPI PHP_FUNCTION(sql_regcase);