#### What is this feature about (expected vs actual behaviour)? Doesnt work when using outerhtml or even with the example: `HtmlDomParser::file_get_html('http://www.google.com/');` #### How can I reproduce it? Have Laravel 10 and php 8.1.18 #### Does it take minutes, hours or days to fix? Minutes #### Any additional information? All the problem is when using decodeHtmlEntity function, if i comment that line all works perfectly 