summaryrefslogtreecommitdiff
path: root/ext/dom/php_dom.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/php_dom.c')
-rw-r--r--ext/dom/php_dom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c
index 6dd0f8e020..1a6e5b5ca2 100644
--- a/ext/dom/php_dom.c
+++ b/ext/dom/php_dom.c
@@ -447,7 +447,7 @@ static HashTable* dom_get_debug_info_helper(zval *object, int *is_temp) /* {{{ *
}
if (zend_hash_get_current_key_ex(prop_handlers, &string_key,
- &num_key, 0, &pos) != HASH_KEY_IS_STRING) {
+ &num_key, &pos) != HASH_KEY_IS_STRING) {
continue;
}