mirror of
https://github.com/php/php-src.git
synced 2025-01-10 13:03:54 +08:00
MFB: missing }}}
This commit is contained in:
parent
e919694017
commit
b312256f08
@ -665,7 +665,6 @@ PHP_MINFO_FUNCTION(libxml)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
/* {{{ proto void libxml_set_streams_context(resource streams_context)
|
||||
Set the streams context for the next libxml document load or write */
|
||||
PHP_FUNCTION(libxml_set_streams_context)
|
||||
@ -722,6 +721,7 @@ PHP_FUNCTION(libxml_use_internal_errors)
|
||||
}
|
||||
RETURN_BOOL(retval);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto object libxml_get_last_error()
|
||||
Retrieve last error from libxml */
|
||||
|
Loading…
Reference in New Issue
Block a user