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
simplexml_load_string will emit PHP Warnings for various XML issues - but we can suppress that with libxml_use_internal_errors, then retrieve all errors with libxml_get_errors.