diff options
author | Antony Dovgal <tony2001@php.net> | 2006-11-29 22:53:21 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-11-29 22:53:21 +0000 |
commit | 573ff9aaa57ed290af68af6d747b0a174a7ad2b2 (patch) | |
tree | 5100952c05e11e2f3e8203926ed4b52be413cc24 /ext/simplexml | |
parent | 26568762dae2d1e5e5614ff3b52fcb6d59ef55fb (diff) | |
download | php-git-573ff9aaa57ed290af68af6d747b0a174a7ad2b2.tar.gz |
add missing folding marker
Diffstat (limited to 'ext/simplexml')
-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 */ |