Skip to content

Instantly share code, notes, and snippets.

Created December 29, 2012 02:17
Show Gist options
  • Save anonymous/4404086 to your computer and use it in GitHub Desktop.
Save anonymous/4404086 to your computer and use it in GitHub Desktop.
Hide errors in simplexml_load_string
$xml_body = simplexml_load_string('text.xml', NULL, LIBXML_NOERROR+LIBXML_ERR_FATAL+LIBXML_ERR_NONE);
var_dump($xml_body);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment