diff options
Diffstat (limited to 'ext/domxml/php_domxml.c')
-rw-r--r-- | ext/domxml/php_domxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index b2bb39a28a..837d25e6a8 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -2500,7 +2500,7 @@ PHP_FUNCTION(domxml_node_replace_child) { zval *id, *newnode, *oldnode; xmlNodePtr children, newchild, oldchild, nodep; - int foundoldchild = 0, foundnewchild = 0; + int foundoldchild = 0; int ret; DOMXML_GET_THIS_OBJ(nodep, id, le_domxmlnodep); |