php-src/ext/domxml/tests/domxml002.phpt
2002-11-15 11:55:57 +00:00

32 lines
492 B
PHP

--TEST--
Test 2: Memleak in accessing children() of document.
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
require_once("domxml_test.inc");
$dom = xmldoc($xmlstr);
if(!$dom) {
die('Error while parsing the document');
}
$children = $dom->children();
print_node_list($children);
?>
--EXPECT--
Node Name:
Node Type: 14
Num Children: 1
Node Content:
Node Name: #comment
Node Type: 8
Num Children: 0
Node Content: lsfj
Node Name: chapter
Node Type: 1
Num Children: 4