]> granicus.if.org Git - php/commitdiff
tok tok..
authorfoobar <sniper@php.net>
Wed, 11 Sep 2002 14:51:09 +0000 (14:51 +0000)
committerfoobar <sniper@php.net>
Wed, 11 Sep 2002 14:51:09 +0000 (14:51 +0000)
ext/standard/string.c

index 831f534b6196e619e2f43772fe32fbd997569dcd..54fc573a172c841124231d3e85e3a8813714195e 100644 (file)
@@ -854,7 +854,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)
 {