diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-24 22:16:54 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-24 22:16:54 +0000 |
commit | 736f4831a5c2aa0412bbcd5016c8be374c0b0161 (patch) | |
tree | 938cc9a6bc2b036f060e5fadad49482cdee904fc /ext/standard/php3_string.h | |
parent | f6f0f285cc204df8bc99a2fa0769122396dcee22 (diff) | |
download | php-git-736f4831a5c2aa0412bbcd5016c8be374c0b0161.tar.gz |
A bunch of grunt work updating function entries and declarations.
Diffstat (limited to 'ext/standard/php3_string.h')
-rw-r--r-- | ext/standard/php3_string.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/php3_string.h b/ext/standard/php3_string.h index 111138ab36..26e88c5499 100644 --- a/ext/standard/php3_string.h +++ b/ext/standard/php3_string.h @@ -49,7 +49,7 @@ PHP_FUNCTION(str_replace); PHP_FUNCTION(chop); PHP_FUNCTION(trim); PHP_FUNCTION(ltrim); -void soundex(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(soundex); PHP_FUNCTION(explode); PHP_FUNCTION(implode); @@ -80,7 +80,7 @@ PHP_FUNCTION(nl2br); PHP_FUNCTION(setlocale); PHP_FUNCTION(stristr); PHP_FUNCTION(chunk_split); -PHP_FUNCTION(parsestr); +PHP_FUNCTION(parse_str); PHP_FUNCTION(bin2hex); PHP_FUNCTION(similar_text); PHP_FUNCTION(strip_tags); |