Home
last modified time | relevance | path

Searched defs:nodes (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/dom/
H A Dparentnode.c127 static bool dom_is_node_in_list(const zval *nodes, int nodesc, const xmlNodePtr node_to_find) in dom_is_node_in_list()
169 xmlNode* dom_zvals_to_fragment(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, int… in dom_zvals_to_fragment()
258 …de_list_for_insertion(php_libxml_ref_obj *document, xmlNodePtr parentNode, zval *nodes, int nodesc) in dom_sanity_check_node_list_for_insertion()
324 void dom_parent_node_append(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_append()
362 void dom_parent_node_prepend(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_prepend()
396 void dom_parent_node_after(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_after()
451 void dom_parent_node_before(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_before()
562 void dom_child_replace_with(dom_object *context, zval *nodes, int nodesc) in dom_child_replace_with()
H A Dphp_dom.stub.php274 public function append(...$nodes): void;
277 public function prepend(...$nodes): void;
288 public function after(...$nodes): void;
291 public function replaceWith(...$nodes): void;
462 public function append(...$nodes): void {}
465 public function prepend(...$nodes): void {}
519 public function after(...$nodes): void {}
629 public function after(...$nodes): void {}
635 public function append(...$nodes): void {}
638 public function prepend(...$nodes): void {}
[all …]

Completed in 10 milliseconds