-
-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
$html = '<a href="#">text (text < ...)</a>'; // i guess from server i receive not `<` but `<` cus of developer hadn't escaped output, and it will cause fail or inside children pointer or inside text node
Parsed to:
strval($dom); // '<a href="#">text (text </a>'
Seems good if just trim invalid symbol, but my parser returns "->nextChild()" not found.
Metadata
Metadata
Assignees
Labels
No labels