diff options
| author | Marcus Boerger <helly@php.net> | 2004-03-29 20:54:46 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-03-29 20:54:46 +0000 |
| commit | 585af2418b4b02e8d0ff5b6ebf0eafde8dbe16c9 (patch) | |
| tree | 3ccc1498e4def774b1019d615eb2151d73b00298 | |
| parent | 4dc6fe7f62d56f27fc499414d37d5ef53e2569d8 (diff) | |
| download | php-git-585af2418b4b02e8d0ff5b6ebf0eafde8dbe16c9.tar.gz | |
Remove debug code
| -rw-r--r-- | ext/dom/tests/dom001.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/dom/tests/dom001.phpt b/ext/dom/tests/dom001.phpt index 01b9fec3c4..a0c78fbb0a 100644 --- a/ext/dom/tests/dom001.phpt +++ b/ext/dom/tests/dom001.phpt @@ -63,9 +63,8 @@ print "Removed " . $attr . " attributes.\n"; 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); |
