diff options
author | Hannes Magnusson <bjori@php.net> | 2008-07-21 09:38:04 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2008-07-21 09:38:04 +0000 |
commit | 4fb0ceca1bf0aca919d83876bcef52ed87619fca (patch) | |
tree | 1583c8984861b09e57e12356672b1d7ee43dcbf0 /ext/libxml | |
parent | f204fdddb14ebbea0e91b812b4887d3c118d16f0 (diff) | |
download | php-git-4fb0ceca1bf0aca919d83876bcef52ed87619fca.tar.gz |
MFH: fix proto
Diffstat (limited to 'ext/libxml')
-rw-r--r-- | ext/libxml/libxml.c | 2 |
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) { |