summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2011-09-25 08:22:58 +0000
committerRui Hirokawa <hirokawa@php.net>2011-09-25 08:22:58 +0000
commit96240fc3ed760140a9f120f13a54239cd98abf16 (patch)
tree0afbf7be255b4d9207984c95f9c4db268496b3b3 /ext/mbstring/php_mbregex.h
parentd050fa87d4e8e537375a872335ba72d98a5270ba (diff)
downloadphp-git-96240fc3ed760140a9f120f13a54239cd98abf16.tar.gz
revert the previous patch.
Diffstat (limited to 'ext/mbstring/php_mbregex.h')
-rw-r--r--ext/mbstring/php_mbregex.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h
index 8384fb722e..f7751ff5a4 100644
--- a/ext/mbstring/php_mbregex.h
+++ b/ext/mbstring/php_mbregex.h
@@ -34,7 +34,6 @@
PHP_FE(mb_eregi, arginfo_mb_eregi) \
PHP_FE(mb_ereg_replace, arginfo_mb_ereg_replace) \
PHP_FE(mb_eregi_replace, arginfo_mb_eregi_replace) \
- PHP_FE(mb_ereg_replace_callback, arginfo_mb_ereg_replace_callback) \
PHP_FE(mb_split, arginfo_mb_split) \
PHP_FE(mb_ereg_match, arginfo_mb_ereg_match) \
PHP_FE(mb_ereg_search, arginfo_mb_ereg_search) \
@@ -82,7 +81,6 @@ PHP_FUNCTION(mb_ereg);
PHP_FUNCTION(mb_eregi);
PHP_FUNCTION(mb_ereg_replace);
PHP_FUNCTION(mb_eregi_replace);
-PHP_FUNCTION(mb_ereg_replace_callback);
PHP_FUNCTION(mb_split);
PHP_FUNCTION(mb_ereg_match);
PHP_FUNCTION(mb_ereg_search);