- Output for 8.3.0 - 8.3.23, 8.4.1 - 8.4.10
- <?xml version="1.0"?>
<foo xmlns:f="urn:foo" f:foo="bar"/>
object(DOMNameSpaceNode)#3 (10) {
["nodeName"]=>
string(7) "xmlns:f"
["nodeValue"]=>
string(7) "urn:foo"
["nodeType"]=>
int(18)
["prefix"]=>
string(1) "f"
["localName"]=>
string(1) "f"
["namespaceURI"]=>
string(7) "urn:foo"
["isConnected"]=>
bool(true)
["ownerDocument"]=>
string(22) "(object value omitted)"
["parentNode"]=>
string(22) "(object value omitted)"
["parentElement"]=>
string(22) "(object value omitted)"
}
Fatal error: Uncaught TypeError: DOMElement::removeAttributeNode(): Argument #1 ($attr) must be of type DOMAttr, DOMNameSpaceNode given in /in/jkC5s:14
Stack trace:
#0 /in/jkC5s(14): DOMElement->removeAttributeNode(Object(DOMNameSpaceNode))
#1 {main}
thrown in /in/jkC5s on line 14
Process exited with code 255. - Output for 8.0.2 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29
- <?xml version="1.0"?>
<foo xmlns:f="urn:foo" f:foo="bar"/>
object(DOMNameSpaceNode)#3 (8) {
["nodeName"]=>
string(7) "xmlns:f"
["nodeValue"]=>
string(7) "urn:foo"
["nodeType"]=>
int(18)
["prefix"]=>
string(1) "f"
["localName"]=>
string(1) "f"
["namespaceURI"]=>
string(7) "urn:foo"
["ownerDocument"]=>
string(22) "(object value omitted)"
["parentNode"]=>
string(22) "(object value omitted)"
}
Fatal error: Uncaught TypeError: DOMElement::removeAttributeNode(): Argument #1 ($attr) must be of type DOMAttr, DOMNameSpaceNode given in /in/jkC5s:14
Stack trace:
#0 /in/jkC5s(14): DOMElement->removeAttributeNode(Object(DOMNameSpaceNode))
#1 {main}
thrown in /in/jkC5s on line 14
Process exited with code 255. - Output for 8.0.0 - 8.0.1
- <?xml version="1.0"?>
<foo xmlns:f="urn:foo" f:foo="bar"/>
object(DOMNameSpaceNode)#3 (8) {
["nodeName"]=>
string(7) "xmlns:f"
["nodeValue"]=>
string(7) "urn:foo"
["nodeType"]=>
int(18)
["prefix"]=>
string(1) "f"
["localName"]=>
string(1) "f"
["namespaceURI"]=>
string(7) "urn:foo"
["ownerDocument"]=>
string(22) "(object value omitted)"
["parentNode"]=>
string(22) "(object value omitted)"
}
Fatal error: Uncaught TypeError: DOMElement::removeAttributeNode(): Argument #1 ($qualifiedName) must be of type DOMAttr, DOMNameSpaceNode given in /in/jkC5s:14
Stack trace:
#0 /in/jkC5s(14): DOMElement->removeAttributeNode(Object(DOMNameSpaceNode))
#1 {main}
thrown in /in/jkC5s on line 14
Process exited with code 255. - Output for 7.1.25 - 7.1.27, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
- <?xml version="1.0"?>
<foo xmlns:f="urn:foo" f:foo="bar"/>
object(DOMNameSpaceNode)#3 (8) {
["nodeName"]=>
string(7) "xmlns:f"
["nodeValue"]=>
string(7) "urn:foo"
["nodeType"]=>
int(18)
["prefix"]=>
string(1) "f"
["localName"]=>
string(1) "f"
["namespaceURI"]=>
string(7) "urn:foo"
["ownerDocument"]=>
string(22) "(object value omitted)"
["parentNode"]=>
string(22) "(object value omitted)"
}
Fatal error: Uncaught TypeError: Argument 1 passed to DOMElement::removeAttributeNode() must be an instance of DOMAttr, instance of DOMNameSpaceNode given in /in/jkC5s:14
Stack trace:
#0 /in/jkC5s(14): DOMElement->removeAttributeNode(Object(DOMNameSpaceNode))
#1 {main}
thrown in /in/jkC5s on line 14
Process exited with code 255.