Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 8.4.17 - 8.4.18 , 8.5.2 - 8.5.3 PHP 8.5.3
DOM-built Dom\XMLDocument
saveXML: <?xml version="1.0" encoding="UTF-8"?>
<env:Root xmlns:env="urn:envelope"><x:Child xmlns:x="urn:child"/></env:Root>
C14N: <env:Root><x:Child></x:Child></env:Root>
Parsed Dom\XMLDocument
C14N: <env:Root xmlns:env="urn:envelope"><x:Child xmlns:x="urn:child"></x:Child></env:Root>
DOM-built DOMDocument (legacy)
C14N: <env:Root xmlns:env="urn:envelope"><x:Child xmlns:x="urn:child"></x:Child></env:Root>
DOM-built Dom\XMLDocument (exclusive C14N)
C14N: <env:Root xmlns:env="urn:envelope"><x:Child xmlns:x="urn:child"></x:Child></env:Root>
Output for 8.4.1 - 8.4.16 , 8.5.0 - 8.5.1 PHP 8.5.1
DOM-built Dom\XMLDocument
saveXML: <?xml version="1.0" encoding="UTF-8"?>
<env:Root xmlns:env="urn:envelope"><x:Child xmlns:x="urn:child"/></env:Root>
C14N: <env:Root><x:Child></x:Child></env:Root>
Parsed Dom\XMLDocument
C14N: <env:Root xmlns:env="urn:envelope"><x:Child xmlns:env="urn:envelope" xmlns:x="urn:child"></x:Child></env:Root>
DOM-built DOMDocument (legacy)
C14N: <env:Root xmlns:env="urn:envelope"><x:Child xmlns:x="urn:child"></x:Child></env:Root>
DOM-built Dom\XMLDocument (exclusive C14N)
C14N: <env:Root xmlns:env="urn:envelope"><x:Child xmlns:x="urn:child"></x:Child></env:Root>
Output for 8.3.0 - 8.3.30 PHP 8.3.30
Fatal error: Uncaught Error: Class "Dom\XMLDocument" not found in /in/PGDSl:24
Stack trace:
#0 {main}
thrown in /in/PGDSl on line 24
Process exited with code 255 .