Home
last modified time | relevance | path

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

/php-src/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 Dbug51615.phpt11 $html = simplexml_import_dom($dom);
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt2 DOMDocument::getElementsByTagName() liveness with simplexml_import_dom
14 $s = simplexml_import_dom($doc->documentElement);
/php-src/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.c2554 PHP_FUNCTION(simplexml_import_dom) in PHP_FUNCTION() argument
/php-src/
H A DNEWS196 . Fix signature of simplexml_import_dom(). (nielsdos)
H A DUPGRADING128 . Calling simplexml_import_dom() with a non-XML object now throws a TypeError

Completed in 28 milliseconds