sniper          Wed Sep 11 10:51:09 2002 EDT

  Modified files:              
    /php4/ext/standard  string.c 
  Log:
  tok tok..
  
  
Index: php4/ext/standard/string.c
diff -u php4/ext/standard/string.c:1.292 php4/ext/standard/string.c:1.293
--- php4/ext/standard/string.c:1.292    Wed Sep 11 10:40:52 2002
+++ php4/ext/standard/string.c  Wed Sep 11 10:51:09 2002
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.292 2002/09/11 14:40:52 sniper Exp $ */
+/* $Id: string.c,v 1.293 2002/09/11 14:51:09 sniper Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -854,7 +854,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