diff options
author | Marcus Boerger <helly@php.net> | 2006-05-10 00:00:13 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-05-10 00:00:13 +0000 |
commit | 77c1b56cd759b8fd819976a5aa7c40b5268a81f4 (patch) | |
tree | 068e4b951e7551359e9f8fc978fa24633f7097d8 /ext/dom/php_dom.h | |
parent | 11f26c2c2a3f41863347fcabddd6f1097518ce99 (diff) | |
download | php-git-77c1b56cd759b8fd819976a5aa7c40b5268a81f4.tar.gz |
- Update after api changes
Diffstat (limited to 'ext/dom/php_dom.h')
-rw-r--r-- | ext/dom/php_dom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.h b/ext/dom/php_dom.h index 08d015d991..d53440ba91 100644 --- a/ext/dom/php_dom.h +++ b/ext/dom/php_dom.h @@ -109,7 +109,7 @@ void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xml xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalID, const xmlChar *SystemID); xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index); xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index); -zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object TSRMLS_DC); +zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ INIT_CLASS_ENTRY(ce, name, funcs); \ |