Home
last modified time | relevance | path

Searched refs:loadXML (Results 76 – 100 of 173) sorted by relevance

1234567

/PHP-8.1/ext/dom/tests/
H A Dbug78577.phpt9 $doc->loadXML('<foo xmlns="http://php.net/test" xmlns:foo="urn:foo" />');
H A Dgh12616_1.phpt9 $doc->loadXML(
H A Dbug41374.phpt13 $doc->loadXML($xml);
H A DDOMDocument_relaxNGValidateSource_basic.phpt31 $doc->loadXML($good_xml);
H A Dbug47848.phpt12 $fromdom->loadXML('<data xmlns:ai="http://altruists.org" ai:attr="namespaced" />');
H A Dbug80602_4.phpt9 $doc->loadXML('<a>foo<last/>bar</a>');
H A Dbug47430.phpt10 $dom->loadXML($xml);
H A DDOMDocument_loadXML_error4.phpt2 Test DOMDocument::loadXML() detects not-well formed XML
H A DDOMDocument_loadXML_variation3.phpt2 Test DOMDocument::loadXML() with LIBXML_DTDVALID and LIBXML_NOERROR options
H A DDOMDocument_validate_basic.phpt25 $dom->loadXML($xml);
H A Dbug42082.phpt15 $doc->loadXML("<element></element>");
H A DDOM4_ParentNode_prepend.phpt12 $dom->loadXML('<test><mark/><mark><nested /></mark><mark/></test>');
H A Dbug54382.phpt13 $xml->loadXML($xmlString);
H A Dbug54601.phpt17 $doc->loadXML($xml, LIBXML_NOENT);
H A Dxpath_domnamespacenode.phpt13 $doc->loadXML($xml);
H A DDOMNode_insertBefore.phpt12 $dom->loadXML('<root/>');
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_validate_on_parse_basic.phpt14 $dom->loadXML($xmlstr);
/PHP-8.1/ext/dom/tests/manually_call_constructor/
H A Dentityreference.phpt14 $doc->loadXML(<<<XML
H A Dprocessinginstruction.phpt14 $doc->loadXML(<<<XML
H A Dtext.phpt14 $doc->loadXML(<<<XML
/PHP-8.1/ext/libxml/tests/
H A Dbug42112.phpt18 $doc->loadXML($xml);
/PHP-8.1/ext/xsl/tests/
H A Dbug71540.phpt41 $xmldoc->loadXML($xml);
43 $xsldoc->loadXML($xsl);
/PHP-8.1/ext/xmlreader/tests/
H A Dexpand.phpt20 $dom->loadXML($basexml);

Completed in 20 milliseconds

1234567