helly           Mon Mar 29 15:54:46 2004 EDT

  Modified files:              
    /php-src/ext/dom/tests      dom001.phpt 
  Log:
  Remove debug code
  
http://cvs.php.net/diff.php/php-src/ext/dom/tests/dom001.phpt?r1=1.3&r2=1.4&ty=u
Index: php-src/ext/dom/tests/dom001.phpt
diff -u php-src/ext/dom/tests/dom001.phpt:1.3 php-src/ext/dom/tests/dom001.phpt:1.4
--- php-src/ext/dom/tests/dom001.phpt:1.3       Mon Mar 29 15:54:13 2004
+++ php-src/ext/dom/tests/dom001.phpt   Mon Mar 29 15:54:46 2004
@@ -63,9 +63,8 @@
 echo "--------- attributes of rootnode\n";
 $attrs = $rootnode->attributes;
 print_node_list($attrs);
-var_dump($attrs);
+
 echo "--------- children of an attribute\n";
-var_dump($children = $attrs->item(0));
 $children = $attrs->item(0)->childNodes;
 print_node_list($children);
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to