diff options
-rw-r--r-- | ext/simplexml/simplexml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 9859814c60..34f4b94119 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1173,6 +1173,7 @@ SXE_METHOD(xpath) xmlXPathFreeObject(retval); } +/* }}} */ /* {{{ proto bool SimpleXMLElement::registerXPathNamespace(string prefix, string ns) U Creates a prefix/ns context for the next XPath query */ |