]> granicus.if.org Git - php/commitdiff
Fixing compile warning under Win32
authorJoseph Tate <jtate@php.net>
Wed, 27 Mar 2002 21:45:45 +0000 (21:45 +0000)
committerJoseph Tate <jtate@php.net>
Wed, 27 Mar 2002 21:45:45 +0000 (21:45 +0000)
ext/domxml/php_domxml.c

index 04b95e45ac1a633a2d35706f8160cda08002fd38..6c0a2a44170b194ff96960ffec22d18427a72a50 100644 (file)
@@ -2382,7 +2382,7 @@ PHP_FUNCTION(domxml_doc_get_elements_by_tagname)
    Returns element for given id or false if not found */
 PHP_FUNCTION(domxml_doc_get_element_by_id)
 {
-       zval *id, *rv, *contextnode = NULL, *ctxpin = NULL;
+       zval *id, *rv = NULL, *contextnode = NULL, *ctxpin = NULL;
        xmlXPathContextPtr ctxp ;
        xmlDocPtr docp;