summaryrefslogtreecommitdiff
path: root/ext/libxml
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2008-07-21 09:38:04 +0000
committerHannes Magnusson <bjori@php.net>2008-07-21 09:38:04 +0000
commit4fb0ceca1bf0aca919d83876bcef52ed87619fca (patch)
tree1583c8984861b09e57e12356672b1d7ee43dcbf0 /ext/libxml
parentf204fdddb14ebbea0e91b812b4887d3c118d16f0 (diff)
downloadphp-git-4fb0ceca1bf0aca919d83876bcef52ed87619fca.tar.gz
MFH: fix proto
Diffstat (limited to 'ext/libxml')
-rw-r--r--ext/libxml/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 0204d20ff3..1ab1f2568c 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -700,7 +700,7 @@ static PHP_FUNCTION(libxml_set_streams_context)
}
/* }}} */
-/* {{{ proto void libxml_use_internal_errors([boolean use_errors])
+/* {{{ proto bool libxml_use_internal_errors([boolean use_errors])
Disable libxml errors and allow user to fetch error information as needed */
static PHP_FUNCTION(libxml_use_internal_errors)
{