Home
last modified time | relevance | path

Searched refs:createDocumentFragment (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/ext/dom/tests/
H A Dbug65196.phpt11 $frag1 = $dom->createDocumentFragment();
14 $frag2 = $dom->createDocumentFragment();
H A Dbug32615.phpt8 $frag = $dom->createDocumentFragment();
24 $frag = $dom->createDocumentFragment();
67 $frag = $dom->createDocumentFragment();
H A DDOMDocumentFragment_appendXML_basic_001.phpt14 $fragment = $document->createDocumentFragment();
H A DDOMDocumentFragment_appendXML_error_003.phpt14 $fragment = $document->createDocumentFragment();
H A DDOMDocumentFragment_appendXML_hasChildNodes_basic.phpt9 $fragment = $doc->createDocumentFragment();
H A DDOM4_ParentNode_Fragment.phpt12 $fragment = $dom->createDocumentFragment();
H A Dlibxml_global_state_entity_loader_bypass.phpt20 $doc->createDocumentFragment()->appendXML("&bork;");
H A Dbug28721.phpt92 $frag = $xml->createDocumentFragment();
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php270 public function createDocumentFragment() {} function in DOMDocument
H A Dphp_dom_arginfo.h516 ZEND_METHOD(DOMDocument, createDocumentFragment);
737 …ZEND_ME(DOMDocument, createDocumentFragment, arginfo_class_DOMDocument_createDocumentFragment, ZEN…
H A Ddocument.c546 PHP_METHOD(DOMDocument, createDocumentFragment) in PHP_METHOD() argument

Completed in 26 milliseconds