/php-src/ext/dom/tests/modern/html/parser/ |
H A D | HTMLDocument_parse_options.phpt | 44 …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 D | HTMLDocument_fromString_LIBXML_HTML_NOIMPLIED_namespace.phpt | 10 $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 D | HTMLDocument_fromString_DOM_HTML_NO_DEFAULT_NS.phpt | 8 …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 D | HTMLDocument_fromFile_DOM_HTML_NO_DEFAULT_NS.phpt | 8 …\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 D | HTMLDocument_fromFile_parser_warning_03.phpt | 8 $dom = Dom\HTMLDocument::createFromFile(__DIR__."/parser_warning_03.html", LIBXML_NOERROR);
|
H A D | HTMLDocument_fromString_parser_warning_03.phpt | 9 $dom = Dom\HTMLDocument::createFromString($html, LIBXML_NOERROR);
|
H A D | HTMLDocument_fromFile_parser_warning_02.phpt | 8 $dom = Dom\HTMLDocument::createFromFile(__DIR__."/parser_warning_02.html", LIBXML_NOERROR);
|
H A D | HTMLDocument_fromFile_parser_warning_01.phpt | 8 $dom = Dom\HTMLDocument::createFromFile(__DIR__."/parser_warning_01.html", LIBXML_NOERROR);
|
/php-src/ext/dom/tests/ |
H A D | DOMDocument_loadXML_variation3.phpt | 2 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 D | DOMDocument_load_variation3.phpt | 2 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 D | bug74004.phpt | 2 … (DOMDocument->loadHTML and ->loadHTMLFile do not heed LIBXML_NOWARNING and LIBXML_NOERROR options) 9 $doc->loadHTML("<tag-throw></tag-throw>",LIBXML_NOERROR);
|
H A D | gh15570.phpt | 13 $dom = Dom\HTMLDocument::createFromString($html, LIBXML_NOERROR);
|
/php-src/ext/dom/tests/modern/html/interactions/ |
H A D | Document_body_setter.phpt | 9 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR); 14 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR); 20 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR); 25 $dom = DOM\HTMLDocument::createFromString('<p>foo</p>', LIBXML_NOERROR);
|
H A D | HTMLDocument_registerNodeClass_03.phpt | 17 $dom = Dom\HTMLDocument::createFromString("<div>foo</div>", LIBXML_NOERROR);
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | XMLDocument_documentURI.phpt | 8 $dom = Dom\XMLDocument::createFromFile(__DIR__ . "/test foo.xml", LIBXML_NOERROR);
|
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | HTMLDocument_escape_attribute.phpt | 8 $dom = Dom\HTMLDocument::createFromString("<p></p>", LIBXML_NOERROR);
|
H A D | HTMLDocument_serialize_text_01.phpt | 8 $dom = Dom\HTMLDocument::createFromString("<p></p>", LIBXML_NOERROR);
|
H A D | HTMLDocument_escape_nbsp.phpt | 8 …g("<p>these must transform: \xc2\xa0\xc2\xa0 but these not: \xa0|\xc2...</p><br>", LIBXML_NOERROR);
|
H A D | Element_outerHTML_invalid_tree.phpt | 10 $dom = Dom\HTMLDocument::createFromString('<a href="#one"><p>Link</p></a>', LIBXML_NOERROR);
|
/php-src/ext/dom/tests/modern/common/ |
H A D | template_cloning.phpt | 7 $dom = Dom\HTMLDocument::createFromString('<template>x</template>', LIBXML_NOERROR);
|
H A D | template_indirect_removal.phpt | 11 …LDocument::createFromString('<template>foo<template>nested</template></template>', LIBXML_NOERROR);
|
H A D | template_simplexml.phpt | 12 …LDocument::createFromString('<template>foo<template>nested</template></template>', LIBXML_NOERROR);
|
/php-src/ext/dom/tests/modern/css_selectors/ |
H A D | quirks_mode.phpt | 17 HTML, LIBXML_NOERROR); 32 HTML, LIBXML_NOERROR);
|
/php-src/ext/dom/tests/bug79701/ |
H A D | toggle.phpt | 7 $dom = Dom\HTMLDocument::createFromString('<p id="test">foo</p>', LIBXML_NOERROR | LIBXML_HTML_NOIM…
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Node_baseURI.phpt | 12 $dom = Dom\HTMLDocument::createFromFile(__DIR__ . "/../../empty.html", LIBXML_NOERROR);
|