3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = <<<HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> var content = '<!DOCTYPE html><html><head></head><body></body></html>' </script> <div id="test">test</div> </body> </html> HTML; $dom = new DOMDocument('1.0', 'UTF-8'); $dom->validateOnParse = true; $dom->loadHTML($html); $xpath = new \DOMXPath($dom); var_dump($xpath->query("descendant-or-self::*[@id = 'test']", $dom)); ?>
Output for 5.3.11 - 5.3.29, 5.4.1 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.33, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 9 in /in/oVcSn on line 22 Warning: DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 10 in /in/oVcSn on line 22 Warning: DOMDocument::loadHTML(): Unexpected end tag : body in Entity, line: 12 in /in/oVcSn on line 22 object(DOMNodeList)#4 (1) { ["length"]=> int(1) }
Output for 5.3.0 - 5.3.10, 5.4.0
Warning: DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 9 in /in/oVcSn on line 22 Warning: DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 10 in /in/oVcSn on line 22 Warning: DOMDocument::loadHTML(): Unexpected end tag : body in Entity, line: 12 in /in/oVcSn on line 22 object(DOMNodeList)#4 (0) { }
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.1, 5.1.3 - 5.1.6, 5.2.0 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/oVcSn on line 24 Warning: DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 9 in /in/oVcSn on line 22 Warning: DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 10 in /in/oVcSn on line 22 Warning: DOMDocument::loadHTML(): Unexpected end tag : body in Entity, line: 12 in /in/oVcSn on line 22 object(DOMNodeList)#4 (0) { }
Output for 5.1.2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/oVcSn on line 25 Warning: DOMDocument::loadHTML(): Unexpected end tag : head in Entity, line: 9 in /in/oVcSn on line 23 Warning: DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 10 in /in/oVcSn on line 23 Warning: DOMDocument::loadHTML(): Unexpected end tag : body in Entity, line: 12 in /in/oVcSn on line 23 object(DOMNodeList)#4 (0) { }
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/oVcSn on line 24 Fatal error: Cannot instantiate non-existent class: domdocument in /in/oVcSn on line 19
Process exited with code 255.
Output for 4.4.2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/oVcSn on line 25 Fatal error: Cannot instantiate non-existent class: domdocument in /in/oVcSn on line 20
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/oVcSn on line 24 Fatal error: Cannot instantiate non-existent class: domdocument in /in/oVcSn on line 19

preferences:
268.89 ms | 402 KiB | 422 Q