diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-11-17 20:56:03 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-12-05 13:15:54 +0100 |
commit | b63c62526096e9c2196a039bd62e6a35252022b8 (patch) | |
tree | e0dff3074bced32c2c504ccb2ec85e88083f9eff /ext/standard/php_string.h | |
parent | d2868edae05eda138e377296dcc4693178b2ea20 (diff) | |
download | php-git-b63c62526096e9c2196a039bd62e6a35252022b8.tar.gz |
Remove hebrevc() function
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 1 |
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); |