diff options
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); |