From: Antony Dovgal Date: Wed, 29 Nov 2006 22:53:21 +0000 (+0000) Subject: add missing folding marker X-Git-Tag: RELEASE_1_0_0RC1~885 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=573ff9aaa57ed290af68af6d747b0a174a7ad2b2;p=php add missing folding marker --- 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 */