MFH: fix proto

This commit is contained in:
Hannes Magnusson 2008-07-21 09:38:04 +00:00
parent f204fdddb1
commit 4fb0ceca1b

View File

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