Skip to content

Commit 650917e

Browse files
committed
Restore test to original
1 parent f61b77f commit 650917e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/dom/tests/delayed_freeing/namespace_definition_crash_in_attribute.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ var_dump($child_attr2->namespaceURI);
2828
var_dump($attr3->textContent);
2929
var_dump($attr3->namespaceURI);
3030

31+
$doc->documentElement->remove();
32+
3133
unset($child_attr1);
3234
unset($child_attr2);
3335
var_dump($attr3->namespaceURI);
@@ -49,4 +51,3 @@ string(7) "some:ns"
4951
string(7) "some:ns"
5052
default1:hello=""
5153
<?xml version="1.0"?>
52-
<container xmlns:default="some:ns2" xmlns:default1="some:ns"/>

0 commit comments

Comments
 (0)