summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2005-11-17 21:57:30 +0000
committerRasmus Lerdorf <rasmus@php.net>2005-11-17 21:57:30 +0000
commitb312256f08a346cb3888a4803a6ada6ed20322c3 (patch)
treef4d6b2bce23fd22e2f606337914b642f4988eeb4 /ext/libxml/libxml.c
parente9196940179a93d1bb07e96b003ecd392dfd2d34 (diff)
downloadphp-git-b312256f08a346cb3888a4803a6ada6ed20322c3.tar.gz
MFB: missing }}}
Diffstat (limited to 'ext/libxml/libxml.c')
-rw-r--r--ext/libxml/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index 4de655f697..adb48bd7a5 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 */