From: Egon Schmid Date: Sat, 8 Jul 2000 22:55:40 +0000 (+0000) Subject: Eliminated a typo. X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee513d6ed5fb11817778223f191f00819fd24d9a;p=php Eliminated a typo. --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 44cdc4dd4e..f651c868bd 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -2582,7 +2582,7 @@ PHP_FUNCTION(substr_count) /* }}} */ -/* {{{ proto string str_pad(string input, int pad_length [, string pad_string [, int pad_type ]]) +/* {{{ proto string str_pad(string input, int pad_length [, string pad_string [, int pad_type]]) Returns input string padded on the left or right to specified length with pad_string */ PHP_FUNCTION(str_pad) {