Home
last modified time | relevance | path

Searched refs:fragment (Results 26 – 28 of 28) sorted by last modified time

12

/PHP-7.4/ext/dom/tests/
H A DDOMDocumentFragment_construct_basic_002.phpt10 $fragment = new DOMDocumentFragment();
11 $fragment->__construct();
12 var_dump($fragment);
H A DDOMDocumentFragment_construct_error_001.phpt11 $fragment = new DOMDocumentFragment("root");
H A Dbug28721.phpt104 echo "\nAppending fragment to p:\n";
113 echo "\nInserting fragment before t4\n";
285 name (value): #document-fragment ()
291 parent: name (value): #document-fragment ()
296 parent: name (value): #document-fragment ()
306 parent: name (value): #document-fragment ()
310 Appending fragment to p:
364 name (value): #document-fragment ()
401 Inserting fragment before t4

Completed in 9 milliseconds

12