mirror of
https://github.com/php/php-src.git
synced 2025-01-19 10:13:38 +08:00
fixed typos
This commit is contained in:
parent
8b315dddd4
commit
fbc8f35778
@ -80,8 +80,8 @@ $children = $rootnode->getElementsByTagName("Silly");
|
||||
print_node_list($children);
|
||||
|
||||
echo "--------- Unlink Node\n";
|
||||
print_node($children.item(0));
|
||||
$rootnode->removeChild($children.item(0));
|
||||
print_node($children->item(0));
|
||||
$rootnode->removeChild($children->item(0));
|
||||
print_node_list($rootnode->childNodes);
|
||||
print $dom->savexml();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user