]> granicus.if.org Git - php/commitdiff
- Get rid of C++ comments
authorAndi Gutmans <andi@php.net>
Fri, 5 Jan 2001 14:34:15 +0000 (14:34 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 5 Jan 2001 14:34:15 +0000 (14:34 +0000)
ext/domxml/php_domxml.c

index 8bfbccc337b25397730c65f18c8b8b1fb8f84470..d58391ccd744c3091b0f29068263b4864c505faf 100644 (file)
@@ -1394,7 +1394,7 @@ static int node_children(zval **children, xmlNode *nodep)
                xmlChar *content;
                int ret;
        
-//             if(last->type != XML_TEXT_NODE) {
+/*             if(last->type != XML_TEXT_NODE) { */
                /* Each child is a node object */
                MAKE_STD_ZVAL(child);
                ret = zend_list_insert(last, le_domxmlnodep);
@@ -1428,7 +1428,7 @@ static int node_children(zval **children, xmlNode *nodep)
                        zend_hash_update(child->value.obj.properties, "children", sizeof("children"), (void *) &mchildren, sizeof(zval *), NULL);
 
                count++;
-//             }
+/*             } */
                last = last->next;
        }
        return count;