diff options
-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 a92a46beca..803e17db82 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -856,7 +856,7 @@ PHP_FUNCTION(implode) #define STRTOK_TABLE(p) BG(strtok_table)[(unsigned char) *p] -/* {{{ proto string strtok([string str,] string token) +/* {{{ proto string strtok(string str [, string token]) Tokenize a string */ PHP_FUNCTION(strtok) { |