summaryrefslogtreecommitdiff
path: root/ext/simplexml/simplexml.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-11-29 22:53:26 +0000
committerAntony Dovgal <tony2001@php.net>2006-11-29 22:53:26 +0000
commit4cc29fef5c9fefb6f8565f6f5a4da7233db68703 (patch)
tree6777125348481565ab377570cdac31bd5f5b8a85 /ext/simplexml/simplexml.c
parentac7e6f5fecb20b43ddb0c7b99db5b4ed1d9602f2 (diff)
downloadphp-git-4cc29fef5c9fefb6f8565f6f5a4da7233db68703.tar.gz
MFH
Diffstat (limited to 'ext/simplexml/simplexml.c')
-rw-r--r--ext/simplexml/simplexml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c
index d05b49505a..915c1378d0 100644
--- a/ext/simplexml/simplexml.c
+++ b/ext/simplexml/simplexml.c
@@ -1159,6 +1159,7 @@ SXE_METHOD(xpath)
xmlXPathFreeObject(retval);
}
+/* }}} */
/* {{{ proto bool SimpleXMLElement::registerXPathNamespace(string prefix, string ns)
Creates a prefix/ns context for the next XPath query */