summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2002-08-13 04:37:28 +0000
committerRasmus Lerdorf <rasmus@php.net>2002-08-13 04:37:28 +0000
commit3ffe4cb1ff682d3a24a472688b8448718e67bbce (patch)
tree96b3872c93b9a472caac494efe960c52f009b5b0 /ext/mbstring/mbstring.c
parent34362341e912a1172934054aa4f1c3128bce9d13 (diff)
downloadphp-git-3ffe4cb1ff682d3a24a472688b8448718e67bbce.tar.gz
bool not boolean
Diffstat (limited to 'ext/mbstring/mbstring.c')
-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 3edc56cbf3..197ad3bc57 100644
--- a/ext/mbstring/mbstring.c
+++ b/ext/mbstring/mbstring.c
@@ -1120,7 +1120,7 @@ PHP_FUNCTION(mb_http_output)
/* }}} */
-/* {{{ proto boolean|array mb_detect_order([mixed encoding-list])
+/* {{{ proto bool|array mb_detect_order([mixed encoding-list])
Sets the current detect_order or Return the current detect_order as a array */
PHP_FUNCTION(mb_detect_order)
{