voku / simple_html_dom

📜 Modern Simple HTML DOM Parser for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mb_decode_numericentity(): Argument #2 ($map) must have a multiple of 4 elements

skalero01 opened this issue · comments

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

image