diff options
author | Egon Schmid <eschmid@php.net> | 2000-07-08 22:55:40 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2000-07-08 22:55:40 +0000 |
commit | ee513d6ed5fb11817778223f191f00819fd24d9a (patch) | |
tree | 6abf9b786e78bc92c8b4d05918e6ee7c15a67bfc | |
parent | 885e40db053b968ea448844a66839c9cfceb8240 (diff) | |
download | php-git-ee513d6ed5fb11817778223f191f00819fd24d9a.tar.gz |
Eliminated a typo.
-rw-r--r-- | ext/standard/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |