Lines Matching refs:remove
41 echo "--- $name test remove index 2 at index 2 ---\n";
49 $node->remove();
55 echo "--- $name test remove index 1 at index 2 ---\n";
63 $doc->documentElement->childNodes[1]->remove();
69 echo "--- $name test remove all ---\n";
76 $node->remove();
84 --- Legacy test remove index 2 at index 2 ---
97 --- Legacy test remove index 1 at index 2 ---
116 --- Legacy test remove all ---
123 --- Modern test remove index 2 at index 2 ---
138 --- Modern test remove index 1 at index 2 ---
153 --- Modern test remove all ---