rasmus          Fri Feb  9 08:42:56 2001 EDT

  Modified files:              
    /php4/ext/standard  reg.c 
  Log:
  Stray ]
  
  
Index: php4/ext/standard/reg.c
diff -u php4/ext/standard/reg.c:1.39 php4/ext/standard/reg.c:1.40
--- php4/ext/standard/reg.c:1.39        Fri Aug  4 04:57:21 2000
+++ php4/ext/standard/reg.c     Fri Feb  9 08:42:55 2001
@@ -17,7 +17,7 @@
    |          Jaakko Hyvätti <[EMAIL PROTECTED]>                      | 
    +----------------------------------------------------------------------+
  */
-/* $Id: reg.c,v 1.39 2000/08/04 11:57:21 eschmid Exp $ */
+/* $Id: reg.c,v 1.40 2001/02/09 16:42:55 rasmus Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -484,7 +484,7 @@
 }
 /* }}} */
 
-/* {{{ proto string eregi_replace(string pattern, string replacement, string string])
+/* {{{ proto string eregi_replace(string pattern, string replacement, string string)
    Case insensitive replace regular expression */
 PHP_FUNCTION(eregi_replace)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to