moriyoshi Sat Nov 9 18:10:02 2002 EDT
Modified files:
/php4/ext/mbstring mbstring.c
Log:
Fixed typo
Index: php4/ext/mbstring/mbstring.c
diff -u php4/ext/mbstring/mbstring.c:1.130 php4/ext/mbstring/mbstring.c:1.131
--- php4/ext/mbstring/mbstring.c:1.130 Sat Nov 9 12:05:47 2002
+++ php4/ext/mbstring/mbstring.c Sat Nov 9 18:10:02 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: mbstring.c,v 1.130 2002/11/09 17:05:47 moriyoshi Exp $ */
+/* $Id: mbstring.c,v 1.131 2002/11/09 23:10:02 moriyoshi Exp $ */
/*
* PHP4 Multibyte String module "mbstring" (currently only for Japanese)
@@ -2645,7 +2645,7 @@
}
/* }}} */
-/* {{{ proto string mb_strtoupper(string sourcestring, [, string encoding])
+/* {{{ proto string mb_strtoupper(string sourcestring [, string encoding])
* Returns a uppercased version of sourcestring
*/
PHP_FUNCTION(mb_strtoupper)
@@ -2668,7 +2668,7 @@
}
/* }}} */
-/* {{{ proto string mb_strtolower(string sourcestring, [, string encoding])
+/* {{{ proto string mb_strtolower(string sourcestring [, string encoding])
* Returns a lowercased version of sourcestring
*/
PHP_FUNCTION(mb_strtolower)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php