]> granicus.if.org Git - php/commitdiff
Fix proto
authorHannes Magnusson <bjori@php.net>
Mon, 21 Jul 2008 09:36:41 +0000 (09:36 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 21 Jul 2008 09:36:41 +0000 (09:36 +0000)
ext/libxml/libxml.c

index c73f2bc39dc2a520f23b7ee394216a6491c684f7..f9e3939623f0e088ba4a9447a67cb26379a249a4 100644 (file)
@@ -700,7 +700,7 @@ static PHP_FUNCTION(libxml_set_streams_context)
 }
 /* }}} */
 
-/* {{{ proto void libxml_use_internal_errors([boolean use_errors]) U
+/* {{{ proto bool libxml_use_internal_errors([boolean use_errors]) U
    Disable libxml errors and allow user to fetch error information as needed */
 static PHP_FUNCTION(libxml_use_internal_errors)
 {