diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2005-11-17 21:56:04 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2005-11-17 21:56:04 +0000 |
commit | aa749a12696522895833eb18dd26acece64b358a (patch) | |
tree | 38d6e9dd001e6ce5bc914634508c298b0681f5f7 /ext/libxml/libxml.c | |
parent | 4ba37d04d472be40d3893128101fa221013bc975 (diff) | |
download | php-git-aa749a12696522895833eb18dd26acece64b358a.tar.gz |
Missing }}}
Diffstat (limited to 'ext/libxml/libxml.c')
-rw-r--r-- | ext/libxml/libxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c index d45f51102b..9f982a125b 100644 --- a/ext/libxml/libxml.c +++ b/ext/libxml/libxml.c @@ -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 */ |