Searched refs:dom_import_simplexml (Results 1 – 6 of 6) sorted by relevance
2 GH-16473 (dom_import_simplexml stub is wrong)10 var_dump(dom_import_simplexml($attr)->textContent);
13 $dom = dom_import_simplexml($s);
23 dom_import_simplexml($sxe);40 dom_import_simplexml(): Argument #1 ($node) must not be already imported as a Dom\Node
1237 function dom_import_simplexml(object $node): DOMAttr|DOMElement {} function
1134 ZEND_FUNCTION(dom_import_simplexml);1332 ZEND_FE(dom_import_simplexml, arginfo_dom_import_simplexml)
593 PHP_FUNCTION(dom_import_simplexml) in PHP_FUNCTION() argument
Completed in 45 milliseconds