diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-06 21:39:01 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-12-06 21:39:01 +0000 |
commit | 49cc65cdaedf55b0d798bf888b06e033da4c510f (patch) | |
tree | 5b2cd0bf644804221956c03ae70b739d215003f0 /ext/standard/basic_functions.h | |
parent | 7a3c3e85ad1b47a260b4c52265543d7248211d75 (diff) | |
download | php-git-49cc65cdaedf55b0d798bf888b06e033da4c510f.tar.gz |
renamed rot13 to str_rot13()
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r-- | ext/standard/basic_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index a5d41d1389..92b9c35637 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -116,7 +116,7 @@ PHP_FUNCTION(move_uploaded_file); /* From the INI parser */ PHP_FUNCTION(parse_ini_file); -PHP_FUNCTION(rot13); +PHP_FUNCTION(str_rot13); #ifdef PHP_WIN32 typedef unsigned int php_stat_len; |