Home
last modified time | relevance | path

Searched refs:simplexml_import_dom (Results 1 – 15 of 15) sorted by relevance

/PHP-8.4/ext/simplexml/tests/
H A Dbug81325.phpt10 $xml = simplexml_import_dom($dom);
16 Warning: simplexml_import_dom(): Invalid Nodetype%s
H A Dsimplexml_import_old_dom.phpt2 SimpleXML [interop]: simplexml_import_dom (old DOM)
14 $s = simplexml_import_dom($dom);
H A Dsimplexml_import_new_dom.phpt2 SimpleXML [interop]: simplexml_import_dom (new DOM)
9 $s = simplexml_import_dom($dom);
H A DgetDocNamespaces_no_internal_declaration.phpt25 $sxe = simplexml_import_dom($dom);
29 $sxe = simplexml_import_dom($dom);
H A Dgh17040.phpt10 $html = simplexml_import_dom($tag);
H A Dbug51615.phpt11 $html = simplexml_import_dom($dom);
/PHP-8.4/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt2 DOMDocument::getElementsByTagName() liveness with simplexml_import_dom
14 $s = simplexml_import_dom($doc->documentElement);
H A Dgh14698.phpt12 $html = simplexml_import_dom($dom);
/PHP-8.4/ext/dom/tests/modern/common/
H A Dtemplate_simplexml.phpt14 $head_sxe = simplexml_import_dom($head);
H A Dnamespace_sxe_interaction.phpt10 $sxe = simplexml_import_dom($dom);
/PHP-8.4/ext/simplexml/
H A Dsimplexml.stub.php9 function simplexml_import_dom(object $node, ?string $class_name = SimpleXMLElement::class): ?Simple… function
H A Dsimplexml_arginfo.h105 ZEND_FUNCTION(simplexml_import_dom);
130 ZEND_FE(simplexml_import_dom, arginfo_simplexml_import_dom)
H A Dsimplexml.c2577 PHP_FUNCTION(simplexml_import_dom) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS747 . Fix signature of simplexml_import_dom(). (nielsdos)
H A DUPGRADING115 . Calling simplexml_import_dom() with a non-XML object now throws a

Completed in 25 milliseconds