Home
last modified time | relevance | path

Searched refs:LIBXML_NOERROR (Results 1 – 25 of 31) sorted by relevance

12

/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_parse_options.phpt44 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
46 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
48 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
50 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
52 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
54 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
56 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
58 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
60 …ing(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
77 …ile(): Argument #2 ($options) contains invalid flags (allowed flags: LIBXML_NOERROR, LIBXML_COMPAC…
[all …]
H A DHTMLDocument_fromString_LIBXML_HTML_NOIMPLIED_namespace.phpt10 $dom = Dom\HTMLDocument::createFromString("", LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR);
15 $dom = Dom\HTMLDocument::createFromString("<p>foo</p>", LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR);
22 …cument::createFromString("<p>foo</p><strong>bar</strong>", LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR);
H A DHTMLDocument_fromString_DOM_HTML_NO_DEFAULT_NS.phpt8 …FromString(file_get_contents(__DIR__ . "/paragraph.html"), LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR);
14 …e_get_contents(__DIR__ . "/paragraph.html"), LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR | Dom\HTML_NO_…
H A DHTMLDocument_fromFile_DOM_HTML_NO_DEFAULT_NS.phpt8 …\HTMLDocument::createFromFile(__DIR__ . "/paragraph.html", LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR);
14 …:createFromFile(__DIR__ . "/paragraph.html", LIBXML_HTML_NOIMPLIED | LIBXML_NOERROR | Dom\HTML_NO_…
H A DHTMLDocument_fromFile_parser_warning_03.phpt8 $dom = Dom\HTMLDocument::createFromFile(__DIR__."/parser_warning_03.html", LIBXML_NOERROR);
H A DHTMLDocument_fromString_parser_warning_03.phpt9 $dom = Dom\HTMLDocument::createFromString($html, LIBXML_NOERROR);
H A DHTMLDocument_fromFile_parser_warning_02.phpt8 $dom = Dom\HTMLDocument::createFromFile(__DIR__."/parser_warning_02.html", LIBXML_NOERROR);
H A DHTMLDocument_fromFile_parser_warning_01.phpt8 $dom = Dom\HTMLDocument::createFromFile(__DIR__."/parser_warning_01.html", LIBXML_NOERROR);
/php-src/ext/dom/tests/
H A DDOMDocument_loadXML_variation3.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options
4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
16 LOAD_OPTIONS=LIBXML_DTDVALID | LIBXML_NOERROR
H A DDOMDocument_load_variation3.phpt2 Test DOMDocument::load() with LIBXML_DTDVALID and LIBXML_NOERROR options
4 This test vrifies the right behaviour of the LIBXML_NOERROR constant
16 LOAD_OPTIONS=LIBXML_DTDVALID | LIBXML_NOERROR
H A Dbug74004.phpt2 … (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERROR options)
9 $doc->loadHTML("<tag-throw></tag-throw>",LIBXML_NOERROR);
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_fromString_03.phpt9 …LIBXML_RECOVER, LIBXML_NOENT, LIBXML_DTDLOAD, LIBXML_DTDATTR, LIBXML_DTDVALID, LIBXML_NOERROR, LIB…
24 …OVER, LIBXML_NOENT, LIBXML_DTDLOAD, LIBXML_DTDATTR, LIBXML_DTDVALID, LIBXML_NOERROR, LIBXML_NOWARN…
H A DXMLDocument_documentURI.phpt8 $dom = Dom\XMLDocument::createFromFile(__DIR__ . "/test foo.xml", LIBXML_NOERROR);
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_escape_attribute.phpt8 $dom = Dom\HTMLDocument::createFromString("<p></p>", LIBXML_NOERROR);
H A DHTMLDocument_serialize_text_01.phpt8 $dom = Dom\HTMLDocument::createFromString("<p></p>", LIBXML_NOERROR);
H A DHTMLDocument_escape_nbsp.phpt8 …g("<p>these must transform: \xc2\xa0\xc2\xa0 but these not: \xa0|\xc2...</p><br>", LIBXML_NOERROR);
H A DHTMLDocument_serialize_doctype.phpt16 HTML, LIBXML_NOERROR);
H A DHTMLDocument_serialize_ns_imported_03.phpt14 $html = Dom\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR);
H A DHTMLDocument_serialize_ns_imported_04.phpt14 $html = Dom\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR);
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_registerNodeClass_03.phpt17 $dom = Dom\HTMLDocument::createFromString("<div>foo</div>", LIBXML_NOERROR);
H A DHTMLDocument_documentURI.phpt8 $dom = Dom\HTMLDocument::createFromFile(__DIR__ . "/test foo.html", LIBXML_NOERROR);
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt10 $dom = Dom\HTMLDocument::createFromString("<p>foo</p>", LIBXML_NOERROR);
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt10 $dom = Dom\HTMLDocument::createFromString("<p>foo</p>", LIBXML_NOERROR);
/php-src/ext/dom/tests/modern/spec/
H A DNode_baseURI.phpt12 $dom = Dom\HTMLDocument::createFromFile(__DIR__ . "/../../empty.html", LIBXML_NOERROR);
/php-src/ext/libxml/
H A Dlibxml.stub.php50 const LIBXML_NOERROR = UNKNOWN; define

Completed in 21 milliseconds

12