Test: /ext/dom/tests/bug69679.phpt - Version 5.6.31-dev        

Bug #69679 DOMDocument::loadHTML refuses to accept NULL bytes
Submitted: 2015-05-21 11:11:49 Modified: 2019-04-16 14:11:30
From: joe.afflerbach+phpnet Assigned: cmb
Status: Closed Package: DOM XML related
PHP Version: 5.6.9 OS: Linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+ <html>
002- <html><head><meta charset="UTF-8"></head><body>U+0000 <span></span></body></html>
003+ <head><meta charset="UTF-8"></head>
004+ <body><p>U+0000 <span></span></p></body>
005+ </html>