diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-11-29 22:53:26 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-11-29 22:53:26 +0000 |
| commit | 4cc29fef5c9fefb6f8565f6f5a4da7233db68703 (patch) | |
| tree | 6777125348481565ab377570cdac31bd5f5b8a85 /ext/simplexml | |
| parent | ac7e6f5fecb20b43ddb0c7b99db5b4ed1d9602f2 (diff) | |
| download | php-git-4cc29fef5c9fefb6f8565f6f5a4da7233db68703.tar.gz | |
MFH
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 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 */ |
