Searched refs:LIBXML_NOERROR (Results 1 – 4 of 4) sorted by relevance
2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options4 This test vrifies the right behaviour of the LIBXML_NOERROR constant18 LOAD_OPTIONS=LIBXML_DTDVALID | LIBXML_NOERROR
2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options4 This test vrifies the right behaviour of the LIBXML_NOERROR constant18 LOAD_OPTIONS=LIBXML_DTDVALID | LIBXML_NOERROR
2 … (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERROR options)9 $doc->loadHTML("<tag-throw></tag-throw>",LIBXML_NOERROR);
45 const LIBXML_NOERROR = UNKNOWN; define
Completed in 6 milliseconds