Home
last modified time | relevance | path

Searched refs:n (Results 151 – 175 of 10105) sorted by last modified time

12345678910>>...405

/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_parser_warning_01.phpt9 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromFile_parser_warning_02.phpt9 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromFile_parser_warning_03.phpt9 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromString_LIBXML_COMPACT.phpt28 echo $p->textContent, "\n";
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt8 echo "Testing: $html\n";
11 echo $output, "\n";
21 echo "--- Missing html, head, body ---\n";
25 echo "--- Missing html, head ---\n";
28 echo "--- Missing html, body ---\n";
30 echo "--- Missing html ---\n";
32 echo "--- Missing head, body ---\n";
35 echo "--- Missing head ---\n";
37 echo "--- Missing nothing ---\n";
39 echo "--- Malformed document ---\n";
H A DHTMLDocument_fromString_line_column.phpt28 echo "Element: '", $element->tagName, "', ", $element->getLineNo(), "\n";
32 echo "Text: '", $element->textContent, "', ", $element->firstChild->getLineNo(), "\n";
37 echo "Attribute: '", $attribute->nodeName, "', ", $attribute->getLineNo(), "\n";
42 echo "Comment: '", $comment->data, "', ", $comment->getLineNo(), "\n";
H A DHTMLDocument_fromString_normal_no_error.phpt25 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromString_old_dtd.phpt18 echo "--- HTML serialization ---\n";
19 echo $dom->saveHtml(), "\n";
20 echo "--- XML serialization ---\n";
H A DHTMLDocument_fromString_parser_warning_01.phpt10 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromString_parser_warning_02.phpt10 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromString_parser_warning_03.phpt10 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt35 echo "--- Stream wrapper case ---\n";
38 echo $dom->saveHtml(), "\n";
40 echo "--- Stream wrapper in two chunks case ---\n";
44 $dom = Dom\HTMLDocument::createFromFile("euw://<!doctype html><html>" . str_repeat("\n", 4096-22) .…
45 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_fromString_LIBXML_HTML_NOIMPLIED_namespace.phpt8 echo "--- No elements ---\n";
11 echo $dom->saveXml(), "\n";
13 echo "--- Single element ---\n";
16 echo $dom->saveXml(), "\n";
20 echo "--- Multiple elements ---\n";
23 echo $dom->saveXml(), "\n";
H A DHTMLDocument_fromString_empty.phpt9 echo $dom->saveHtml(), "\n";
/php-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_unicode_error.phpt7 echo "--- createFromFile ---\n";
9 echo "--- createFromString ---\n";
H A DHTMLDocument_GB18030.phpt12 echo $output, "\n";
16 echo "--- After changing encoding to UTF-8 ---\n";
18 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_Shift_JIS.phpt12 echo $output, "\n";
16 echo "--- After changing encoding to UTF-8 ---\n";
18 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_UTF16BE_BOM.phpt12 echo $output, "\n";
16 echo "--- After changing encoding to UTF-8 ---\n";
18 echo $dom->saveHtml(), "\n";
28 %0<%0!%0-%0-%0 %0i%0n%0t%0e%0n%0t%0i%0o%0n%0a%0l%0 %0l%0i%0e%0s%0 %0a%0n%0d%0 %0d%0e%0c%0e%0i%0t%0 …
H A DHTMLDocument_UTF16LE_BOM.phpt12 echo $output, "\n";
16 echo "--- After changing encoding to UTF-8 ---\n";
18 echo $dom->saveHtml(), "\n";
28 %0<%0!%0-%0-%0 %0i%0n%0t%0e%0n%0t%0i%0o%0n%0a%0l%0 %0l%0i%0e%0s%0 %0a%0n%0d%0 %0d%0e%0c%0e%0i%0t%0 …
H A DHTMLDocument_UTF8_BOM.phpt12 echo $output, "\n";
16 echo "--- After changing encoding to UTF-8 ---\n";
18 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_Windows1251.phpt12 echo $output, "\n";
16 echo "--- After changing encoding to UTF-8 ---\n";
18 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_createFromFile_http_header.phpt40 "\t\r text/html; charset=ISO-8859-1 \t;bar=\"foo\"\r\n\t ",
61 echo "--- $name ---\n";
62 …ext/plain,HTTP/1.1 200 OK\r\nContent-Type: " . $header . "\r\n\r\n" . "<p>\xE4\xF6\xFC</p>\n", $he…
66 echo $result->getElementsByTagName("p")[0]->textContent, "\n";
/php-src/ext/dom/tests/
H A Ddom_import_simplexml.phpt10 echo "Error while loading the document\n";
20 echo $e->getMessage(), "\n";
H A Dgh13863.phpt41 echo "--- $name test remove index 2 at index 2 ---\n";
53 echo $doc->saveXML(), "\n";
55 echo "--- $name test remove index 1 at index 2 ---\n";
67 echo $doc->saveXML(), "\n";
69 echo "--- $name test remove all ---\n";
79 echo $doc->saveXML(), "\n";
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt16 echo $xml->saveXml(), "\n";
20 echo $html->saveHtml(), "\n";

Completed in 81 milliseconds

12345678910>>...405