Home
last modified time | relevance | path

Searched refs:n (Results 51 – 75 of 10106) sorted by last modified time

12345678910>>...405

/php-src/ext/dom/tests/modern/spec/
H A Dimport_of_namepace_conflicting_attributes.phpt20 echo $dom->saveXml(), "\n";
30 echo $importer->saveXml($imported), "\n";
H A Dpre_insertion_validation.phpt16 echo "Exception: " . $e->getMessage() . "\n";
21 echo "Exception: " . $e->getMessage() . "\n";
26 echo "Exception: " . $e->getMessage() . "\n";
35 echo "Exception: " . $e->getMessage() . "\n";
43 echo "Exception: " . $e->getMessage() . "\n";
55 echo "Exception: " . $e->getMessage() . "\n";
64 echo "Exception: " . $e->getMessage() . "\n";
67 echo "--- Document output ---\n";
69 echo $dom->saveXml(), "\n";
80 echo "Exception: " . $e->getMessage() . "\n";
[all …]
H A Dreconciliation_of_attributes.phpt24 echo $dom->saveXml(), "\n";
36 echo $dom->saveXml(), "\n";
H A Dreconciliation_of_elements.phpt26 echo $dom->saveXml(), "\n";
28 echo "---\n";
34 echo $dom->saveXml($a_child), "\n";
H A Dserialize_element_unqualified.phpt9 echo $dom->saveXml(), "\n";
15 echo $dom->saveXml(), "\n";
H A Dserialize_non_default_empty_xmlns.phpt10 echo $dom->saveXml(), "\n";
H A Dserialize_xml_namespace_on_elements.phpt12 echo $dom->saveXml(), "\n";
H A Dtext_merging.phpt14 echo $dom->saveXml(), "\n";
21 echo $dom->saveXml(), "\n";
H A Dxml_serialize_LIBXML_NOEMPTYTAG.phpt9 echo $doc->saveXml($doc, LIBXML_NOEMPTYTAG), "\n";
12 echo $doc->saveXml($doc, LIBXML_NOEMPTYTAG), "\n";
H A Dxml_serialize_formatting.phpt25 echo "---\n";
28 echo $dom->saveXml(), "\n";
H A DParentNode_edge_case.phpt13 echo $e->getMessage(), "\n";
H A DProcessingInstruction_data_manipulation.phpt12 echo $pi->substringData(0, 3), "\n";
14 echo $pi->textContent, "\n";
16 echo $pi->textContent, "\n";
18 echo $pi->textContent, "\n";
20 echo $pi->textContent, "\n";
H A DElement_setAttributeNode_adoption.phpt11 echo "--- Without namespace ---\n";
24 echo "--- With namespace ---\n";
39 echo "--- Resulting document ---\n";
41 echo $dom1->saveHtml(), "\n";
H A DElement_setAttributeNode_inuse.phpt17 echo $e->getMessage(), "\n";
19 echo $dom1->saveHtml(), "\n";
H A DElement_setAttribute_with_namespace.phpt21 echo $dom->saveHtml($container), "\n";
23 echo $dom->saveHtml($container), "\n";
25 echo $dom->saveHtml($container), "\n";
27 echo $dom->saveHtml($container), "\n";
29 echo $dom->saveHtml($container), "\n";
31 echo $dom->saveHtml($container), "\n";
35 echo $dom->saveHtml($container), "\n";
H A DElement_setAttribute_without_namespace.phpt21 echo $dom->saveHtml($container), "\n";
23 echo $dom->saveHtml($container), "\n";
25 echo $dom->saveHtml($container), "\n";
27 echo $dom->saveHtml($container), "\n";
29 echo $dom->saveHtml($container), "\n";
31 echo $dom->saveHtml($container), "\n";
H A DElement_tagName.phpt8 echo "--- For HTML document ---\n";
18 echo "--- For XML document ---\n";
H A DElement_toggleAttribute.phpt16 echo $dom->saveHtml(), "\n";
23 echo $dom->saveHtml(), "\n";
H A DHTMLDocument_createCDATASection.phpt12 echo $e->getMessage(), "\n";
18 echo $e->getMessage(), "\n";
26 echo $e->getMessage(), "\n";
H A DHTMLDocument_createProcessingInstruction.phpt12 echo $e->getMessage(), "\n";
18 echo $e->getMessage(), "\n";
24 echo $e->getMessage(), "\n";
H A DDocument_implementation_same_object.phpt21 echo $e->getMessage(), "\n";
H A DDocument_importLegacyNode.phpt36 echo $new->saveXml(), "\n";
H A DNamedNodeMap_dimensions.phpt14 echo "--- ", json_encode($value), " ---\n";
18 echo $e->getMessage(), "\n";
H A DDocument_importNode_not_supported.phpt17 echo $e->getMessage(), "\n";
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_createFromFile_override_encoding.phpt11 echo $e->getMessage(), "\n";

Completed in 64 milliseconds

12345678910>>...405