summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2003-02-03 16:46:45 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2003-02-03 16:46:45 +0000
commita4fe845aba13eb3373a76de94fe90e38591dcf76 (patch)
tree4977e73a54aad38d7b63b182d65b72d39adce354
parent2a92efdaf9ae3fed857facc58c347c9998abdb8d (diff)
downloadphp-git-a4fe845aba13eb3373a76de94fe90e38591dcf76.tar.gz
Really fixed proto.
# sorry for messing
-rw-r--r--ext/mbstring/mbstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c
index e40b7881aa..9c2aca7483 100644
--- a/ext/mbstring/mbstring.c
+++ b/ext/mbstring/mbstring.c
@@ -997,7 +997,7 @@ PHP_FUNCTION(mb_internal_encoding)
}
/* }}} */
-/* {{{ proto false|string mb_http_input([string type])
+/* {{{ proto mixed mb_http_input([string type])
Returns the input encoding */
PHP_FUNCTION(mb_http_input)
{