- Output for 8.1.34, 8.2.9 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- Warning: DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 4 in /in/OkmpO on line 10
DOMDocument parsing (libxml)
----------------------------
3 paragraph elements found:
* Paragraph 1
* Console log text");
* Paragraph 2
DOM serialised:
<!DOCTYPE html>
<html>
<head>
<title>Valid HTML5 Document</title>
</head>
<body>
<p>Paragraph 1</p>
<script>console.log("</script>
</body>
</html><html>
<p>Console log text");
</p>
<p>Paragraph 2</p>
</html>
- Output for 7.4.0, 8.2.0 - 8.2.8
- Warning: DOMDocument::loadHTML(): Unexpected end tag : script in Entity, line: 4 in /in/OkmpO on line 10
DOMDocument parsing (libxml)
----------------------------
3 paragraph elements found:
* Paragraph 1
* Console log text");
* Paragraph 2
DOM serialised:
<!DOCTYPE html>
<html>
<head><title>Valid HTML5 Document</title></head>
<body>
<p>Paragraph 1</p>
<script>console.log("</script>
</body>
</html><html>
<p>Console log text");
</p>
<p>Paragraph 2</p>
</html>