Home
last modified time | relevance | path

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

/PHP-8.1/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()
153 xmlNode* dom_zvals_to_fragment(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, int… in dom_zvals_to_fragment()
244 …de_list_for_insertion(php_libxml_ref_obj *document, xmlNodePtr parentNode, zval *nodes, int nodesc) in dom_sanity_check_node_list_for_insertion()
310 void dom_parent_node_append(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_append()
348 void dom_parent_node_prepend(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_prepend()
382 void dom_parent_node_after(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_after()
437 void dom_parent_node_before(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_before()
548 void dom_child_replace_with(dom_object *context, zval *nodes, int nodesc) in dom_child_replace_with()
H A Dphp_dom.stub.php39 public function append(...$nodes): void;
42 public function prepend(...$nodes): void;
53 public function after(...$nodes): void;
56 public function replaceWith(...$nodes): void;
227 public function append(...$nodes): void {}
230 public function prepend(...$nodes): void {}
284 public function after(...$nodes): void {}
394 public function after(...$nodes): void {}
400 public function append(...$nodes): void {}
403 public function prepend(...$nodes): void {}
[all …]

Completed in 9 milliseconds