Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dparentnode.c127 static bool dom_is_node_in_list(const zval *nodes, uint32_t nodesc, const xmlNodePtr node_to_find) in dom_is_node_in_list()
165 xmlNode* dom_zvals_to_fragment(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, int… in dom_zvals_to_fragment()
251 …de_list_for_insertion(php_libxml_ref_obj *document, xmlNodePtr parentNode, zval *nodes, int nodesc) in dom_sanity_check_node_list_for_insertion()
322 void dom_parent_node_append(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_append()
362 void dom_parent_node_prepend(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_prepend()
398 void dom_parent_node_after(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_after()
450 void dom_parent_node_before(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_before()
550 void dom_child_replace_with(dom_object *context, zval *nodes, uint32_t nodesc) in dom_child_replace_with()
609 void dom_parent_node_replace_children(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_replace_children()
H A Dphp_dom.stub.php274 public function append(...$nodes): void;
277 public function prepend(...$nodes): void;
291 public function after(...$nodes): void;
294 public function replaceWith(...$nodes): void;
483 public function append(...$nodes): void {}
486 public function prepend(...$nodes): void {}
543 public function after(...$nodes): void {}
661 public function after(...$nodes): void {}
667 public function append(...$nodes): void {}
670 public function prepend(...$nodes): void {}
[all …]

Completed in 9 milliseconds