You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$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.
The text was updated successfully, but these errors were encountered:
Parsed to:
Seems good if just trim invalid symbol, but my parser returns "->nextChild()" not found.
The text was updated successfully, but these errors were encountered: