Snippets tagged “libxml-error-handling”
1 snippet uses this tag.
- Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity,PHP
This error message is indicating that there is an issue with an entity reference in the HTML code being parsed by the DOMDocument class.