Home
last modified time | relevance | path

Searched refs:loadXML (Results 51 – 75 of 100) sorted by relevance

1234

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_validate_basic.phpt27 $dom->loadXML($xml);
H A DDOMNode_C14NFile_basic.phpt25 $doc->loadXML($xml);
H A DDOMDocument_loadXML_error4.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
H A Dbug42082.phpt15 $doc->loadXML("<element></element>");
H A Dbug47430.phpt10 $dom->loadXML($xml);
H A Dbug54601.phpt17 $doc->loadXML($xml, LIBXML_NOENT);
H A Ddomattributes.phpt10 $dom->loadXML($xmlstr);
H A Ddomobject_debug_handler.phpt14 $d->loadXML($xml);
H A DDOMDocument_loadXML_error3.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
H A DDOMDocument_loadXML_error5.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
H A DDOMDocument_loadXML_variation2.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID option
H A DDOMDocument_validate_on_parse_basic.phpt14 $dom->loadXML($xmlstr);
H A DDOMNode_insertBefore.phpt12 $dom->loadXML('<root/>');
H A DDOMNode_issamenode_basic.phpt13 $dom->loadXML($xmlstr);
H A Dbug44648.phpt9 $doc->loadXML('<root/>');
H A DDOMDocument_relaxNGValidateSource_error1.phpt34 $doc->loadXML($bad_xml);
H A DDOMDocument_relaxNGValidateSource_error2.phpt30 $doc->loadXML($xml);
H A DDOMDocument_relaxNGValidate_error2.phpt20 $doc->loadXML($xml);
H A DDOMDocument_loadXML_error1.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
H A Dbug40836.phpt20 $dom->loadXML($xml);
H A Ddom_xinclude.phpt20 $dom->loadXML($data);
H A DDOMDocument_documentURI_basic.phpt15 $dom->loadXML($xml);
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_basic.phpt29 $r = $dd->loadXML($xml);
H A Dlibxml_set_external_entity_loader_variation2.phpt29 $r = $dd->loadXML($xml);
/PHP-5.5/ext/xmlreader/tests/
H A Dexpand.phpt19 $dom->loadXML($basexml);

Completed in 48 milliseconds

1234