Fix proto

This commit is contained in:
Hannes Magnusson 2008-07-21 09:36:41 +00:00
parent 5919165375
commit a1420c3e90

View 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)
{