mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix proto
This commit is contained in:
parent
5919165375
commit
a1420c3e90
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue