Home
last modified time | relevance | path

Searched refs:saveXML (Results 76 – 100 of 180) sorted by relevance

12345678

/php-src/ext/dom/tests/modern/css_selectors/
H A Dtest_utils.inc23 echo $dom->saveXML($node), "\n";
31 echo $dom->saveXML($node), "\n";
/php-src/ext/dom/tests/
H A Dgh8996.phpt16 $this->xmlData = $this->saveXML();
41 return ['xmlData' => $this->saveXML()];
64 return $this->saveXML();
H A DDOMDocument_recover_write.phpt11 echo $dom->saveXML();
H A Ddomdocumentload_test_method_savexml.inc13 echo $doc->saveXML();
H A Ddomdocumentloadxml_test_method_savexml.inc13 echo $doc->saveXML();
H A Dbug80600.phpt11 echo $doc->saveXML($doc->documentElement);
H A DDOMElement_toggleAttribute_without_document.phpt13 echo $dom->saveXML($element), "\n";
H A DDOMCharacterData_replaceWith_self.phpt11 echo $dom->saveXML();
H A Dbug79968.phpt16 var_dump($dom->saveXML($cdata));
H A DDOMDocument_createEntityReference_basic.phpt13 echo $dom->saveXML();
H A Dbug50661.phpt11 echo $dom->saveXML();
H A Ddom_xinclude.phpt21 print $dom->saveXML()."\n";
28 print $dom->saveXML()."\n";
H A DDOMDocument_createAttribute_basic.phpt20 echo $doc->saveXML();
H A DDOMComment_insertData_basic.phpt16 echo $dom->saveXML();
H A Dgh14343.phpt12 echo $aDOM->saveXML($att);
H A Dbug37277.phpt17 print $dom2->saveXML();
H A DParentNode_append_fragment_text_coalesce.phpt17 echo $document->saveXML();
H A DDOMDocument_createAttribute_error1.phpt20 echo $doc->saveXML();
H A DDOMDocument_createProcessingInstruction_error.phpt21 echo $doc->saveXML();
H A Delement_child_and_parent_node_without_document.phpt17 echo $doc->saveXML($element), "\n";
H A Dgh13863.phpt53 echo $doc->saveXML(), "\n";
67 echo $doc->saveXML(), "\n";
79 echo $doc->saveXML(), "\n";
/php-src/ext/dom/tests/manually_call_constructor/
H A Ddocument.phpt11 echo $doc->saveXML();
/php-src/ext/dom/tests/modern/common/
H A Dtemplate_cloning.phpt9 echo $dom->saveXML($a), "\n";
/php-src/ext/dom/tests/delayed_freeing/
H A Delement_uaf_crash.phpt11 echo $xml->saveXML($d), "\n";
/php-src/ext/dom/tests/modern/xml/
H A DElement_innerHTML_prefixed_writing.phpt9 echo $dom->saveXML();

Completed in 20 milliseconds

12345678