diff options
author | Rob Richards <rrichards@php.net> | 2004-11-18 19:54:30 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-11-18 19:54:30 +0000 |
commit | b87d8cdfd09639f307ed531f268a9e28d83adbdf (patch) | |
tree | b3586d855254f8c99a1e42673deb6dc3261a85c8 /ext/dom/xpath.c | |
parent | 1e0212ef8e4b7901d563e3cdd143b039b8517a8b (diff) | |
download | php-git-b87d8cdfd09639f307ed531f268a9e28d83adbdf.tar.gz |
prototype fixes (Jakub Vrána)
Diffstat (limited to 'ext/dom/xpath.c')
-rw-r--r-- | ext/dom/xpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c index 97fded7bbe..766238b856 100644 --- a/ext/dom/xpath.c +++ b/ext/dom/xpath.c @@ -81,7 +81,7 @@ PHP_METHOD(domxpath, __construct) } /* }}} end DOMXPath::__construct */ -/* {{{ proto document DOMDocument*/ +/* {{{ document DOMDocument*/ int dom_xpath_document_read(dom_object *obj, zval **retval TSRMLS_DC) { xmlDoc *docp = NULL; |