- Output for 8.4.1 - 8.4.13
- DOM\HTMLDocument parsing (lexbor) --------------------------------- 2 paragraph elements found. * Paragraph 1 * Paragraph 2 DOM serialised: <!DOCTYPE html><html><head><title>Valid HTML5 Document</title> </head><body><p>Paragraph 1</p> <script>console.log("</html>Console log text");</script> <p>Paragraph 2</p></body></html>
- Output for 8.1.32, 8.2.25 - 8.2.29, 8.3.5 - 8.3.26
- Fatal error: Uncaught Error: Class "DOM\HTMLDocument" not found in /in/uSNCT:9
Stack trace:
#0 {main}
thrown in /in/uSNCT on line 9
Process exited with code 255. - Output for 7.1.12, 7.4.32
- Fatal error: Uncaught Error: Class 'DOM\HTMLDocument' not found in /in/uSNCT:9
Stack trace:
#0 {main}
thrown in /in/uSNCT on line 9
Process exited with code 255. - Output for 5.6.40
- Fatal error: Class 'DOM\HTMLDocument' not found in /in/uSNCT on line 9
Process exited with code 255. - Output for 4.3.0
- Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/uSNCT on line 9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/uSNCT on line 9
Parse error: parse error, unexpected T_STRING in /in/uSNCT on line 9
Process exited with code 255.