sniper          Wed Sep 11 10:24:28 2002 EDT

  Modified files:              
    /php4/ext/standard  string.c 
  Log:
  fix proto
  
  
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.290 php4/ext/standard/string.c:1.291
--- php4/ext/standard/string.c:1.290    Thu Sep  5 17:29:39 2002
+++ php4/ext/standard/string.c  Wed Sep 11 10:24:27 2002
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.290 2002/09/05 21:29:39 kalowsky Exp $ */
+/* $Id: string.c,v 1.291 2002/09/11 14:24:27 sniper Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -856,7 +856,7 @@
 
 #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)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to