summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2019-11-17 20:56:03 +0100
committerMáté Kocsis <kocsismate@woohoolabs.com>2019-12-05 13:15:54 +0100
commitb63c62526096e9c2196a039bd62e6a35252022b8 (patch)
treee0dff3074bced32c2c504ccb2ec85e88083f9eff /ext/standard/php_string.h
parentd2868edae05eda138e377296dcc4693178b2ea20 (diff)
downloadphp-git-b63c62526096e9c2196a039bd62e6a35252022b8.tar.gz
Remove hebrevc() function
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index 7e5f6566e4..bdeb87b912 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -52,7 +52,6 @@ PHP_FUNCTION(ucwords);
PHP_FUNCTION(strtr);
PHP_FUNCTION(strrev);
PHP_FUNCTION(hebrev);
-PHP_FUNCTION(hebrevc);
PHP_FUNCTION(user_sprintf);
PHP_FUNCTION(user_printf);
PHP_FUNCTION(vprintf);